@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.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__caption {
  margin-top: 0.2em;
  margin-bottom: -0.2em;
  line-height: 1.1;
}
@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__icon {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .stats__value {
    font-size: 22px;
  }
  .stats__caption {
    font-size: 13px;
  }
}
.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;
}
.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;
}
.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;
}
.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__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--withprojects .campaign-box__circle {
  height: 154px;
  width: 154px;
}
@media (min-width: 940px) {
  .campaign-box--withprojects {
    height: 472px;
  }
}
.campaign-box--horizontal {
  margin-bottom: 10px;
}
.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;
}
@media (min-width: 768px) {
  .campaign-box--horizontal {
    display: flex;
    align-items: center;
    padding: 50px 25px;
    position: relative;
    height: auto;
  }
  .campaign-box--horizontal .campaign-box__col {
    width: 33.33333333%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .campaign-box--horizontal .campaign-box__status {
    position: absolute;
    left: 30px;
    top: 30px;
  }
  .campaign-box--horizontal .campaign-box__title {
    height: auto;
    font-size: 28px;
  }
  .campaign-box--horizontal .campaign-box__claim {
    font-size: 18px;
  }
  .campaign-box--horizontal .campaign-box__circle {
    width: 240px;
    height: 240px;
    display: block;
    margin-bottom: 0;
  }
}
.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;
}
.reward-box--bordered {
  position: relative;
}
.reward-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;
}
.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__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.reward-box__layer--img {
  background: linear-gradient(0deg, #304b50, #FFFFFF);
  opacity: 0.5;
  z-index: 1;
  height: 100%;
}
.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;
}
.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;
}
.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 {
  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 > :last-child {
  width: 100%;
  text-align: right;
  bottom: 15px;
  line-height: 1;
  align-self: end;
  z-index: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}
.reward-box__content-hr {
  display: flex;
  margin-bottom: 15px;
  height: 21px;
}
.reward-box__price {
  position: relative;
  top: 4px;
  line-height: 1;
}
.reward-box__status {
  top: 0;
  margin-left: auto;
}
.reward-box__status--soldout {
  top: calc(50% - 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 {
    padding: 10px;
  }
  .reward-box__dots {
    left: 7.5px;
    bottom: 10px;
    right: 7.5px;
  }
}
.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);
}
.footer-tabs {
  font-size: 15px;
}
.footer-tabs__email {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.footer-tabs__btns-container {
  position: relative;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
}
.footer-tabs__btns {
  display: flex;
  margin-bottom: 30px;
  overflow-x: auto;
  padding-bottom: 60px;
}
.footer-tabs__btn {
  position: relative;
}
.footer-tabs__btn:hover {
  text-decoration: none;
}
.footer-tabs__btn + .footer-tabs__btn {
  margin-left: 15px;
}
.footer-tabs__btn:after {
  content: " ";
  display: block;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1.5px;
  background-color: #304b50;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
.footer-tabs__btn.is-active:after {
  transform: scaleX(1);
}
.donation-box {
  position: relative;
  overflow: hidden;
  padding: 30px 15px;
  background-color: #F5F5F5;
}
.donation-box__content {
  position: relative;
  z-index: 2;
}
.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);
}
.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__icon {
  top: -1px;
  margin-right: 0.25em;
}
.well__close {
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 1;
  font-size: 28px;
  cursor: pointer;
  opacity: 0.8;
}
.well__close:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .well {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.story-header {
  position: relative;
  background-color: #FFFFFF;
  height: calc(100vh - 180px);
}
.story-header.has-video ~ .pageContentWrap .pullup-content {
  transition: transform 0.3s linear;
  transform: none !important;
}
.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;
  mix-blend-mode: multiply;
  background: linear-gradient(0deg, rgba(48, 75, 80, 0.75) 0%, rgba(48, 75, 80, 0.25) 75%, rgba(48, 75, 80, 0.75) 100%);
  transition: opacity 0.5s ease-in-out;
}
.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__video-btn {
  background: #5dd382;
  border-radius: 20px;
  padding: 7px 15px 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 40px;
}
.story-header__video-btn-icon {
  top: -4px;
  width: 15px;
  height: 15px;
}
.story-header__video-btn-text {
  font-weight: 600;
  margin-top: -3px;
  margin-left: 5px;
  margin-bottom: 2px;
}
.story-header__title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 28px;
}
.story-header__estimated-start {
  margin-top: 10px;
}
.story-header__estimated-start > .planned-activation__time {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .story-header__estimated-start > .planned-activation__time {
    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-overlay {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: opacity 0.3s linear;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
}
.has-video .story-header__video-overlay {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
.story-header__video-container {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 80px;
}
.story-header__video-wrap {
  width: 100%;
  position: relative;
}
.story-header__video {
  background-color: #304b50;
}
.story-header__video-close {
  font-weight: 400;
  font-size: 38px;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 100%;
}
@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,
  .story-header__video-container {
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
  }
  .story-header__head {
    left: 0;
    right: 0;
  }
  .story-header__video-close {
    left: 100%;
    top: 0;
    bottom: auto;
    right: auto;
    line-height: 0.5;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .story-header,
  .story-header__wrap,
  .story-header__wrap:after {
    height: 700px;
  }
  .story-header__title {
    font-size: 55px;
    line-height: 1;
  }
}
@media (min-width: 1300px) {
  .story-header,
  .story-header__wrap,
  .story-header__wrap:after {
    height: 800px;
    aspect-ratio: auto;
  }
}
@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: -moz-fit-content;
  width: fit-content;
}
.project-gallery {
  position: relative;
  aspect-ratio: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #304b50;
}
.project-gallery > div:first-child {
  width: 100%;
}
.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__skeleton-loader {
  background-color: #304b50;
  aspect-ratio: 1.5;
}
.project-gallery__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  object-fit: contain;
  display: none;
}
.project-gallery__img.loaded {
  display: block;
}
.project-gallery__img.loaded ~ .project-gallery__spinner {
  display: none;
}
.project-gallery__img ~ .project-gallery__spinner {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
.project-gallery__navigation {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  width: calc(100% - 30px);
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
}
.project-gallery__ctrls {
  position: absolute;
  z-index: 1;
  width: calc(100% - 30px);
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.project-gallery__ctrls [role="button"] {
  pointer-events: auto;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.slider-dot {
  margin: 0 5px;
  height: 5px;
  border-radius: 2.5px;
  flex: 1 1 auto;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.slider-dot--done {
  background-color: #FFFFFF;
}
.slider-dot--active:after {
  content: '';
  animation-name: Progress;
  animation-duration: inherit;
  animation-timing-function: linear;
  animation-fill-mode: both;
  position: relative;
  height: 5px;
  border-radius: 2.5px;
  display: block;
  background: #FFFFFF;
}
.slider-dot--paused:after {
  animation-play-state: paused;
}
.slider-dot--reset:after {
  animation: none;
}
@keyframes Progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.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;
}
.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;
  }
}
.activities--hide {
  opacity: 0;
}
.zoom-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1;
}
.zoom-slider__img.loaded ~ .spinner {
  display: none;
}
.zoom-slider__img ~ .spinner {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
.zoom-slider__img--hidden {
  display: none;
}
.zoom-slider__dots-container {
  position: relative;
  margin: -5px auto 0;
  width: calc(100% - 20px);
  top: -15px;
}
.zoom-slider__dots-container > .slider-dot {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.zoom-slider__dots-container--reward-detail {
  width: calc(100% - 140px);
  top: -32.5px;
}
.zoom-slider__dots-container--widget > .slider-dot {
  margin: 0 2.5px;
}
.zoom-slider__ctrl-container {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.zoom-slider__ctrl-btn--prev,
.zoom-slider__ctrl-btn--next,
.zoom-slider--zoom-icon {
  pointer-events: auto;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.zoom-slider__ctrl-btn--prev {
  left: 15px;
}
.zoom-slider__ctrl-btn--next {
  right: 15px;
}
.zoom-slider__magnifying-glass {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.zoom-slider__zoom-container {
  position: relative;
  overflow: hidden;
}
.zoom-slider__zoom-lens {
  position: absolute;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.zoom-slider__zoom-result {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  z-index: 1;
  opacity: 0;
  background-position: center;
}
.zoom-slider__zoom-result--active {
  background-color: #FFFFFF;
  opacity: 1;
}
.project-story {
  height: 100%;
  width: 100%;
  position: absolute;
}
.project-story > div:first-child {
  height: 100%;
}
.project-story__navigation {
  top: 115px;
  max-width: 620px;
  z-index: 3;
  bottom: unset;
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
  height: 0;
}
@media (min-width: 940px) {
  .project-story__navigation {
    max-width: 970px;
  }
}
.project-story__img {
  aspect-ratio: unset;
  object-fit: cover;
  height: calc(100vh - 180px);
}
@media (min-width: 1300px) {
  .project-story__img {
    height: 800px;
  }
}
.project-story__skeleton-loader {
  aspect-ratio: unset;
  height: calc(100vh - 180px);
}
@media (min-width: 1300px) {
  .project-story__skeleton-loader {
    height: 800px;
  }
}
.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__time {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 940px) {
  .planned-activation__time {
    font-size: 34px;
  }
}
.planned-activation--reward-detail .planned-activation__text {
  opacity: 0.8;
}
/* Utilities */
.sn-text-large {
  font-size: 18px;
}
@media (min-width: 768px) {
  .sn-text-sm-large {
    font-size: 18px;
  }
}
@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-1 {
  aspect-ratio: 1;
}
/* General */
.page-sections .container {
  margin: 0 auto;
  position: relative;
}
.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;
}
.project-header .vcard:after {
  border-top: none;
}
.project-header .vcard:first-child:not(:last-child):after {
  border-bottom: none;
}
.project-navigation {
  z-index: 0;
}
/* New color Buttons */
.btn--success {
  background-color: #238C87;
  border-color: #238C87;
}
.btn--success:hover,
.btn--success:focus,
.btn--success:active {
  background-color: #1c6f6b;
  border-color: #1c6f6b;
}
.btn--gray {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn--gray:hover,
.btn--gray:focus,
.btn--gray:active {
  background-color: #afafaf;
  border-color: #afafaf;
}
@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;
  }
}
.video-section .has-video .overlay,
.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;
}
.video-section .has-video .overlay:hover,
.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-section .has-video.video-active .overlay {
  opacity: 0;
}
.video-section .has-video.video-active .overlay:hover {
  opacity: 0;
  cursor: default;
}
.video-section.img-loading .has-video .overlay {
  opacity: 0.5;
}
.video-section.img-loading .has-video .overlay .icon {
  display: none;
  opacity: 0;
}
.video-section.img-loading .has-video .overlay .loading-spinner {
  display: block;
}
.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;
  }
  .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;
  }
  .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 */
