@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;
  min-height: 80px;
}
.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 (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: #087345;
}
.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: #06E481;
  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: #06E481;
  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;
}
.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;
    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:not(.text-link:has(.text-link__icon)),
.text-link__text {
  color: #304b50;
  overflow-wrap: break-word;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  cursor: pointer;
  font-weight: 600 !important;
}
.text-link:not(.text-link:has(.text-link__icon)):focus,
.text-link__text:focus,
.text-link:not(.text-link:has(.text-link__icon)):hover,
.text-link__text:hover {
  font-weight: 600 !important;
  -webkit-text-decoration: underline solid !important;
  text-decoration: underline solid !important;
  text-decoration-thickness: 1px !important;
}
a.text-link:has(.text-link__icon):any-link {
  text-decoration: none;
}
.text-link__icon {
  top: -1px;
  transition: all 0.3s ease-in-out;
}
.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: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: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;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.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%;
}
.square-logo__img.square-logo__img {
  background: transparent;
}
.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: #304b50;
  overflow-wrap: break-word;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  cursor: pointer;
  font-weight: 600 !important;
}
.campaign-box__link:focus,
.campaign-box__link:hover {
  font-weight: 600 !important;
  -webkit-text-decoration: underline solid !important;
  text-decoration: underline solid !important;
  text-decoration-thickness: 1px !important;
}
.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 {
  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 {
  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.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 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.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;
    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--sense.donation-box__input--sense:focus {
  border-bottom: 1px solid #FF85FF;
}
.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: #cdfae6;
}
.select-btn--active-sense {
  background-color: #ffe7ff;
}
.select-btn--active-loveneon {
  background-color: #fff3d2;
}
.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: #06E481;
}
.select-btn__label {
  align-self: center;
  margin-left: 5px;
  margin-bottom: 0;
}
.section-bg {
  padding: 45px 0 50px;
  background-color: #FFFFFF;
}
.section-bg--white {
  background-color: #FFFFFF;
}
.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(255, 133, 255, 0.2);
}
.well--sense .well__icon {
  fill: #FF85FF;
}
.well--danger {
  color: #DC002D;
  background-color: #ffdce3;
}
.well--danger .well__icon {
  width: 24px;
  height: 24px;
  border: 2px solid #DC002D;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
}
.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: #06E481;
}
@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;
}
.project-header {
  position: relative;
  background-color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.project-header .project-header__wrap,
.project-header,
.project-header:after {
  height: 99vh;
  height: 99svh;
}
@media (min-width: 640px) {
  .project-header .project-header__wrap,
  .project-header,
  .project-header:after {
    height: 100vh;
    height: 100svh;
  }
}
.project-header--small .project-header__wrap,
.project-header--small,
.project-header--small:after {
  height: calc(100vh - 150px);
  height: calc(100svh - 150px);
  min-height: 450px;
  max-height: 1050px;
}
.project-header__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}
.project-header__wrap,
.project-header__wrap a,
.project-header__wrap a:hover {
  color: #FFFFFF;
}
.project-header__wrap:after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, #304b50 0%, transparent 50%, transparent calc(100% - 215px), #304b50 100%);
}
.project-header__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 15px;
  transition: opacity 0.5s ease-in-out;
}
.project-header__head {
  display: flex;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 95px;
  height: 40px;
}
@media (min-width: 940px) {
  .project-header__head {
    top: 110px;
  }
}
.project-header__starter {
  line-height: normal;
  max-width: calc(50% - (30px / 2));
  display: flex;
  font-size: 15px;
}
.project-header__starter:hover {
  text-decoration: none;
}
.project-header__logo {
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  margin-right: 10px;
  width: 40px;
  flex-shrink: 0;
}
.project-header__team {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  margin-top: auto;
  margin-bottom: 2px;
}
.project-header__team:hover {
  text-decoration: underline;
}
.project-header__sonar {
  display: block;
  margin-bottom: 15px;
  width: 75px;
}
.project-header__main {
  flex-grow: 1;
  margin-top: auto;
}
.project-header__social {
  width: 50px;
  margin-top: auto;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
}
.project-header__badge:last-child {
  margin-bottom: 67px;
}
@media (min-width: 940px) {
  .project-header__badge:last-child {
    margin-bottom: 79px;
  }
}
.project-header__social-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7.5px 0;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  background: none;
  border: none;
  color: #FFFFFF;
}
.project-header__social-btn:any-link {
  text-decoration: none;
}
.project-header__social-btn:not(:has(.project-header__social-icon--round)):before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  background-color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.project-header__social-btn:hover:before {
  opacity: 0.25;
}
.project-header__social-btn--animated {
  animation: pulse 1.5s 3;
}
.project-header__social-icon {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.project-header__social-icon--round {
  color: #304b50;
  background-color: #06E481;
  border-color: #06E481;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 8px;
  transition: all 0.15s ease-out;
}
.project-header__social-icon--round .icon {
  fill: #304b50;
}
.project-header__social-icon--round:hover,
.project-header__social-icon--round:focus,
.project-header__social-icon--round.focus,
.project-header__social-icon--round:active,
.project-header__social-icon--round.active {
  color: #304b50;
  background-color: #05cd74;
  border-color: #05cd74;
}
.project-header__social-icon--round:hover .icon,
.project-header__social-icon--round:focus .icon,
.project-header__social-icon--round.focus .icon,
.project-header__social-icon--round:active .icon,
.project-header__social-icon--round.active .icon {
  fill: #304b50;
}
.project-header__social-icon--round:active,
.project-header__social-icon--round.active {
  background-image: none;
}
.project-header__social-icon--round.disabled,
.project-header__social-icon--round[disabled],
fieldset[disabled] .project-header__social-icon--round,
.project-header__social-icon--round.disabled:hover,
.project-header__social-icon--round[disabled]:hover,
fieldset[disabled] .project-header__social-icon--round:hover,
.project-header__social-icon--round.disabled:focus,
.project-header__social-icon--round[disabled]:focus,
fieldset[disabled] .project-header__social-icon--round:focus,
.project-header__social-icon--round.disabled.focus,
.project-header__social-icon--round[disabled].focus,
fieldset[disabled] .project-header__social-icon--round.focus,
.project-header__social-icon--round.disabled:active,
.project-header__social-icon--round[disabled]:active,
fieldset[disabled] .project-header__social-icon--round:active,
.project-header__social-icon--round.disabled.active,
.project-header__social-icon--round[disabled].active,
fieldset[disabled] .project-header__social-icon--round.active {
  background-color: hsl(153.24324324, 64.87179487%, 45.88235294%);
  border-color: hsl(153.24324324, 64.87179487%, 45.88235294%);
  color: #0a0f10;
}
.project-header--non-profit .project-header__social-icon--round {
  background-color: #FF85FF;
  border-color: #FF85FF;
}
.project-header--private .project-header__social-icon--round {
  background-color: #FFC21C;
  border-color: #FFC21C;
}
.project-header__social-avatar {
  width: 40px;
  height: 40px;
}
.project-header__social-caption {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-top: 8px;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.project-header__title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 28px;
}
.project-header__estimated-start {
  margin-top: 10px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .project-header__estimated-start {
    padding-top: 18px;
  }
}
.project-header__video {
  background-color: #304b50;
}
@media (min-width: 768px) {
  .project-header__container {
    max-width: 640px;
    padding-bottom: 30px;
  }
}
@media (min-width: 940px) {
  .project-header__container {
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
  }
  .project-header__head {
    left: 0;
    right: 0;
  }
  .project-header__sonar {
    width: 100px;
    margin-bottom: 20px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  }
}
@media (min-width: 768px) {
  .project-header__title {
    font-size: 55px;
    line-height: 1;
  }
}
@media (max-height: 720px) and (min-width: 768px) {
  .project-header__wrap {
    position: absolute;
  }
}
.project-header__skeleton-loader {
  height: 100%;
}
.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--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 {
  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);
  }
}
@media (max-width: 767px) {
  .light-facts--l {
    margin-top: 5px;
  }
}
.light-facts--l > .light-facts__fact:last-child {
  padding-left: 0;
}
.light-facts--l > .light-facts__fact.light-facts__fact--left {
  padding-left: 0;
}
.light-facts--l .light-facts__fact {
  line-height: 1.3;
}
.light-facts--l .light-facts__value {
  font-size: 28px;
  font-weight: 600;
}
.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;
  text-shadow: none;
}
.project-gallery {
  position: relative;
}
.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;
}
.spinner--border {
  width: 22px;
  height: 22px;
  border: 2px solid #304b50;
  border-left-color: transparent;
  border-radius: 50%;
  margin-bottom: 25px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.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;
  left: 20px;
  right: 20px;
  width: auto;
}
.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.25);
}
.sn-slider__nav-item + .sn-slider__nav-item {
  margin-left: 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;
}
.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;
}
.shareable {
  aspect-ratio: 0.5625;
  background-color: #95138E;
  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%;
  height: 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 {
  width: 100%;
}
.project-story__slider-nav.project-story__slider-nav {
  top: 100px;
  max-width: 620px;
  z-index: 2;
  left: 50%;
  transform: translate(-50%);
}
@media (min-width: 940px) {
  .project-story__slider-nav.project-story__slider-nav {
    top: 115px;
    max-width: 960px;
  }
}
:has(.project-header__logo) .project-story__slider-nav.project-story__slider-nav {
  padding-left: 50px;
}
.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.25);
}
.sn-dot + .sn-dot {
  margin-left: 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;
    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;
    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%;
  right: 20%;
  bottom: 17%;
  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;
  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;
}
.writer__text {
  display: block;
  width: 100%;
  height: 152.25px;
  border: 1px solid transparent;
  padding: 10px;
  color: #304b50;
  transition: border-color 0.3s linear;
}
.writer__text::-moz-placeholder {
  color: #304b50;
  opacity: 1;
}
.writer__text:-ms-input-placeholder {
  color: #304b50;
}
.writer__text::-webkit-input-placeholder {
  color: #304b50;
}
.writer__text:focus {
  border-color: #06E481;
}
.writer__text.has-error {
  border-color: #DC002D;
}
.writer__btn {
  margin-top: 17.4px;
  margin-bottom: calc(((15px * 1.45 * 2) - ((15px * 1.45 * 0.9375) + 19px)) + ((15px * 1.45) / 5));
}
.writer__btn-sub-text {
  font-size: 13px;
  color: #808080;
  line-height: 1.674;
}
.writer__text--bordered {
  border-color: #c1c1c1;
}
.writer__text--sense:focus {
  border-color: #FF85FF;
}
.writer__text--loveneon:focus {
  border-color: #FFC21C;
}
.writer--m .writer__text {
  height: 90px;
}
.writer--s .writer__text {
  height: 90px;
  transition: all 300ms ease-out;
}
.writer--s .writer__bottom {
  overflow: hidden;
  max-height: 68px;
  transition: all 300ms ease-out;
}
.writer--s:has(.writer__text:placeholder-shown:not(:focus)) .writer__text {
  height: 45px;
}
.writer--s:has(.writer__text:placeholder-shown:not(:focus)) .writer__bottom {
  max-height: 0;
}
.read-more {
  max-height: 5000px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
/* 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-2by1 {
  aspect-ratio: 2;
}
.sn-aspect-ratio-3by2 {
  aspect-ratio: 1.5;
}
.sn-contain {
  object-fit: contain;
}
/* 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;
}
.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: #FFFFFF;
}
.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: #06E481;
}
.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 .headline {
  position: relative;
  overflow: hidden;
  margin-bottom: 4em;
}
@media (min-width: 940px) {
  .section-blogposts .headline {
    max-width: 75%;
  }
}
.section-blogposts .content {
  position: relative;
  padding: 0 0 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;
  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;
  }
}
@media (min-width: 940px) {
  .section-blogposts .blog-entry--list-item {
    padding: 30px;
  }
  .section-blogposts .content {
    margin-top: 3em;
    margin-bottom: 4em;
    width: 40rem;
  }
  .section-blogposts > .blog-entry {
    position: relative;
  }
  .section-blogposts > .blog-entry: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: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: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: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: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;
  }
}
.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;
}
.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;
}
#cfProjectToolbarOverlay {
  background-color: rgba(48, 75, 80, 0.4) !important;
  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 */
