:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poster Gothic Cond Atf, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

form {
  width: 100%;
}

.matrixeffect.cc-caps {
  text-transform: uppercase;
  font-family: courier-std, sans-serif;
  font-size: 2em;
}

.search-input {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/search-icon.svg');
  background-position: 1%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 1px solid #fff;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 3rem;
}

.search-input.cc-disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.search-input-wrapper {
  z-index: 1;
  border: 1px solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: courier-std, sans-serif;
  display: block;
  position: relative;
}

.search-icon {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0 auto 0 1%;
}

.cta-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-wrapper.emtop {
  margin-top: 1em;
}

.cta-wrapper.form {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
}

.heading {
  text-align: center;
  font-family: VT323, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.heading.matrixeffect {
  margin-top: 0;
  font-family: Poster Gothic Cond Atf, sans-serif;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  margin-top: 3rem;
  display: flex;
}

.footer_credit-text {
  font-family: courier-std, sans-serif;
  font-size: .875em;
}

.footer_legal-link {
  color: #fff;
  font-family: courier-std, sans-serif;
  font-size: .875em;
  text-decoration: underline;
}

.footer7_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-footer {
  background-color: #000;
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.padding-global {
  z-index: 2;
  position: relative;
}

.line-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
}

.container-large {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-size-medium {
  font-family: courier-std, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.text-size-medium.cc-black {
  color: #000;
  text-align: center;
  font-size: 1.5em;
}

.section-info {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  display: flex;
}

.section-info.cc-white {
  background-color: #fff;
}

.section-info.cc-white.cc-relativ, .section-info.overflowhidden {
  position: relative;
  overflow: hidden;
}

.padding-section-large {
  z-index: 2;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  margin: 0 0 3rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.cc-right {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2rem;
}

.layout13_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.layout13_image-wrapper {
  position: relative;
}

.button {
  letter-spacing: 1.1px;
  background-color: #ff00f9;
  background-image: url('../images/button-bg.png');
  background-position: 100% 100%;
  background-size: cover;
  padding: .5rem 1rem;
  font-family: Poster Gothic Cond Atf, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
}

.button.topmargin {
  margin-top: 2rem;
}

.section-page-start {
  z-index: 99;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  height: 200vh;
  display: block;
  position: relative;
}

.page-loader-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  top: 20%;
}

.lottie-animation {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.c-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-wrap.cc-align_center {
  text-align: center;
  align-items: center;
}

.c-wrap.cc-relative.cc-align_center.cc-justify_center {
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.c-wrap.cc-relative.cc-align_center.cc-justify_center:hover {
  transform: scale(1.2);
}

.c-container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 4.48em;
  display: grid;
}

.c-container.cc-p_0.cc-relative {
  max-width: 90vw;
  position: relative;
}

.c-container.cc-nav {
  padding-top: 1em;
  padding-bottom: 1em;
}

.c-section {
  position: relative;
}

.c-section.cc-black {
  background-color: #000;
}

.c-section.cc-black.cc-hide {
  display: block;
}

.c-section.cc-data {
  color: #000;
}

.c-text_xl {
  font-size: 4.17em;
  font-weight: 400;
  line-height: 1.2;
}

.c-text_xl.cc-number {
  color: #fff;
  font-family: Poster Gothic Cond Atf, sans-serif;
}

.c-text_xl.cc-number.cc-text-aligned {
  color: #000;
}

.cc-hide {
  display: none;
}

.text-size-big {
  color: #000;
  font-family: Poster Gothic Cond Atf, sans-serif;
  font-size: 3em;
  line-height: 1.2;
}

.text-size-big.text-weight-bold {
  color: #000;
  font-size: 2em;
}

.text-size-big.cc-center {
  text-align: center;
  margin-bottom: 2rem;
}

.text-size-big.cc-center.white-text {
  color: #fff;
  text-align: left;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.logo2_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.logo2_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo2_content-left {
  max-width: 25em;
}

.slider-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 10rem;
}

.slider-logo.up-logo {
  max-height: 3rem;
}

.logo2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.spline-scene {
  z-index: 1;
  pointer-events: none;
  height: 70vh;
  position: relative;
}

.spline-scene.small {
  height: 50vh;
}

.header80_content {
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.header80_image {
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header80_images-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header80_images-wrapper.images-wrapper-right {
  z-index: 0;
  inset: 0% 0% 0% auto;
}

.header80_ix-trigger {
  z-index: -1;
  margin-top: 50vh;
  position: absolute;
  inset: 0%;
}

.header80_content-wrapper {
  min-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-header {
  z-index: 99;
  color: #000;
  position: relative;
}

.header80_component {
  z-index: 2;
  height: 150vh;
  position: relative;
}

.header80_image-list {
  z-index: 1;
  grid-row-gap: 26vw;
  flex-direction: column;
  padding-top: 70vh;
  display: flex;
}

.header80_image-wrapper {
  width: 15vw;
  padding-top: 120%;
  position: relative;
}

.header80_image-wrapper.is-image-2 {
  margin-top: -46vw;
  left: 70vw;
}

.header80_image-wrapper.is-image-3 {
  margin-top: -5vw;
  left: 4vw;
}

.header80_image-wrapper.is-image-4 {
  margin-top: -45vw;
  left: 64vw;
}

.header80_image-wrapper.is-image-6 {
  margin-top: -44vw;
  right: 70vw;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-align-center {
  text-align: center;
}

.h1 {
  z-index: 2;
  color: #000;
  background-color: #fff;
  font-family: courier-std, sans-serif;
  font-size: 2.2em;
  line-height: 1.1;
  display: inline;
  position: relative;
}

.c-sticky-wrapper {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.c-lottie-wrapper {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.image {
  width: 100%;
  max-width: none;
  margin: auto;
  position: absolute;
  inset: 0 0% 0% 0;
}

.image.cc-easgle {
  width: 90%;
  transform: rotate(-15deg);
}

.heading-2 {
  margin-bottom: 2rem;
  font-size: 3em;
  line-height: 44px;
}

.heading-2.cc-black {
  color: #000;
  font-size: 2em;
}

.heading-2.black-heading {
  color: #000;
}

.section_faq {
  background-color: #fff;
}

.faq3_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq3_answer {
  overflow: hidden;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.paragraph {
  font-family: courier-std, sans-serif;
  font-size: 1.5em;
}

.section-list {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-list.cc-small {
  min-height: 40vh;
}

.section-list.pixelbg {
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.container {
  flex: 1;
}

.container.cc-wide {
  max-width: 1200px;
}

.container.cc-full {
  max-width: 90%;
}

.tab-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-style: solid solid none none;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link.w--current {
  background-color: #f5f5f5;
}

.tab-link.left {
  border-left-style: solid;
}

.tabs-menu {
  color: #000;
  flex-flow: wrap-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: -1px;
  display: flex;
}

.popup-toggle-text {
  color: #fff;
  letter-spacing: 1.1px;
  font-family: Poster Gothic Cond Atf, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
  text-decoration: none;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #fff;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.popup-inner {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.popup-toggle {
  cursor: pointer;
  background-image: url('../images/button-bg.png');
  background-position: 100% 100%;
  background-size: cover;
  padding: .5rem 1rem;
  text-decoration: none;
}

.popup-toggle.cc-no-bg {
  background-image: none;
  padding: 0;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrapper.cc-show {
  display: block;
}

.popup-close {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.p-sm-start {
  padding-top: 3em;
}

.heading-4 {
  color: #000;
}

.field-label {
  color: #000;
  font-family: Poster Gothic Cond Atf, sans-serif;
}

.success-message {
  color: #000;
  letter-spacing: 1.1px;
  background-color: #0000;
  font-family: Poster Gothic Cond Atf, sans-serif;
}

.text-block {
  color: #000;
}

.textarea {
  min-height: 150px;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.layout254_left {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.section_donate {
  color: #000;
}

.layout254_content-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.layout254_image-wrapper {
  width: 100%;
  position: relative;
}

.layout254_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-4.cc-hide {
  display: block;
}

.layout254_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.layout254_right {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cc-jury-text-red {
  color: #fff;
  background-image: url('../images/Screenshot-2023-10-31-at-14.14.25_1Screenshot 2023-10-31 at 14.14.25.webp');
  background-position: 0 0;
  background-size: auto;
  padding: 7px;
  font-family: poster-gothic-cond-atf, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-text_s {
  font-size: .5em;
  line-height: 1.2;
}

.form {
  width: 100%;
}

.text-block-white {
  margin-top: 4px;
  font-family: courier-std, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.text-block-white.cc-result {
  display: block;
}

.c-text_lx {
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2;
}

.c-text_lx.cc-font_poster.cc-700 {
  font-family: Poster Gothic Cond Atf, sans-serif;
}

.c-lang {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  background-color: #ff01f9;
  padding: .2em .5em;
  display: flex;
  position: absolute;
  inset: 1em 1.5em auto auto;
}

.c-text_m {
  font-size: 1.98em;
  font-weight: 400;
  line-height: 1.2;
}

.c-text_m.cc-700.cc-font_poster {
  color: #fff;
  font-family: Poster Gothic Cond Atf, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.c-text_m.cc-700.cc-font_poster.cc-underline, .c-text_m.cc-700.cc-font_poster.cc-underline.w--current {
  text-decoration: underline;
}

.c-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-img.cc-mobile_video-cover {
  display: none;
}

.c-img.cc-width_8em {
  object-fit: contain;
  width: 8em;
}

.c-bg_video {
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-bg_video.cc-mobile_lands-show {
  object-fit: contain;
  display: none;
}

.c-bg_video.cc-mobile_lands-none {
  display: block;
}

.c-hero_paper {
  z-index: 2;
  width: 25em;
}

.c-hero_paper.cc-3 {
  width: 10em;
  position: absolute;
  inset: auto 0 -5em auto;
}

.c-hero_paper.cc-1 {
  z-index: 3;
  width: 15em;
  position: absolute;
  inset: -10rem auto auto 0;
  transform: rotate(180deg);
}

.c-alert {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  background-color: #ff00f9;
  justify-content: center;
  align-items: center;
  margin-left: 3em;
  margin-right: 3em;
  padding: .2em .5em;
  text-decoration: none;
  display: flex;
}

.columns {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 2rem;
  display: flex;
}

.c-donate_circle {
  justify-content: center;
  align-items: center;
  height: 13em;
  display: flex;
  overflow: hidden;
}

.column {
  align-self: center;
}

.lgn-logo {
  max-width: 150px;
}

.column-2 {
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.r-image {
  z-index: 2;
  width: 10em;
  max-width: 40em;
  position: absolute;
  inset: 1rem auto auto 3rem;
}

.magnifiying-image {
  z-index: 2;
  width: 5em;
  max-width: 20em;
  position: absolute;
  inset: auto 3em 5em auto;
}

.popup-large {
  background-image: url('../images/note-big.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.popup-small-top {
  background-image: url('../images/note-small.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  position: absolute;
  inset: 0% auto auto -20%;
}

.popup-small-bot {
  background-image: url('../images/note-small.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1rem;
  display: none;
  position: absolute;
  inset: auto -20% 0% auto;
}

.popup-text {
  color: #000;
  font-family: Poster Gothic Cond Atf, sans-serif;
}

.popup-text.cc-big {
  margin: 8rem 8rem 2rem;
  font-family: Poster Gothic Cond Atf, sans-serif;
  font-size: 10em;
  display: inline-flex;
}

.popup-text.cc-small {
  margin: 4.5rem;
  font-size: 4rem;
}

.button-3 {
  color: #000;
  letter-spacing: 1.1px;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 3%;
  font-family: Poster Gothic Cond Atf, sans-serif;
  font-size: 2em;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.faq3_list-2 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.faq3_question-2 {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.popup-wrapper-tool {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-4 {
  width: 400px;
  max-width: none;
}

.logo-img {
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: block;
  position: relative;
}

.logo-text {
  color: #ff00f9;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: auto;
  font-family: courier-std, sans-serif;
  font-size: 10em;
  display: flex;
  position: absolute;
  inset: 0;
}

.cursor {
  animation: .75s step-end infinite blink-caret;
  display: inline-block;
}

.image-5 {
  position: absolute;
  inset: 0% auto auto 25%;
}

.list-img {
  z-index: -1;
  position: absolute;
  inset: auto -10% 5% auto;
  transform: rotate(-12deg);
}

.list-img.left {
  left: -10%;
  right: 0%;
  transform: rotate(12deg);
}

.arrow-img {
  height: 50px;
}

.loading-image-wrapper {
  margin-left: -40px;
  position: absolute;
  bottom: 15%;
}

.loading-blink {
  position: absolute;
  inset: auto -20% 0% auto;
}

.column-center {
  align-self: center;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: linear-gradient(270deg, #fff0 80%, #fff), linear-gradient(270deg, #fff, #fff0 20%);
  position: absolute;
  inset: 0%;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-container-alt {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.campaign-image-wrapper {
  margin-top: 80px;
  margin-bottom: 50px;
  position: relative;
}

.campaign-screen {
  max-width: 50%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.campaign-button {
  width: 350px;
  position: absolute;
  inset: auto 20% -20% auto;
}

.c-rich-text {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 15em;
  display: flex;
}

.c-rich-text.cc-data {
  color: #000;
  padding-bottom: 2em;
}

.h2-data {
  color: #000;
}

.data-image {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.share-image {
  width: 30px;
  height: 30px;
}

.share-link {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.floating-link {
  transition: all .2s ease-in-out;
}

.floating-link:hover {
  transform: scale(1.25);
}

.share-link-wrapper {
  cursor: pointer;
  transition: all .2s ease-in-out;
  position: relative;
}

.share-link-wrapper:hover {
  transform: scale(1.25);
}

.floating-container {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: fixed;
  bottom: 2%;
  right: 3%;
}

.float-img {
  width: 50px;
  height: 50px;
}

.heading-5 {
  color: #000;
}

.image-7 {
  position: absolute;
  inset: 0% auto auto 25%;
}

.button-5 {
  letter-spacing: 1.1px;
  background-color: #ff00f9;
  background-image: url('../images/button-bg.png');
  background-position: 100% 100%;
  background-size: cover;
  padding: .5rem 1rem;
  font-family: Poster Gothic Cond Atf, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group-3.cc-right {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2rem;
}

.text-size-medium-4 {
  font-family: courier-std, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.heading-6 {
  color: #000;
}

.button-6 {
  letter-spacing: 1.1px;
  background-color: #ff00f9;
  background-image: url('../images/button-bg.png');
  background-position: 100% 100%;
  background-size: cover;
  padding: .5rem 1rem;
  font-family: Poster Gothic Cond Atf, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
}

.image-8 {
  width: 100%;
  max-width: none;
  margin: auto;
  position: absolute;
  inset: 0 0% 0% 0;
}

.image-8.cc-easgle {
  width: 90%;
  transform: rotate(-15deg);
}

.button-group-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-global-7, .padding-global-8 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large-4 {
  z-index: 2;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.image-9 {
  width: 100%;
  max-width: none;
  margin: auto;
  position: absolute;
  inset: 0 0% 0% 0;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.column-3 {
  align-self: center;
}

.text-size-medium-6 {
  font-family: courier-std, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.donate-button {
  width: 400px;
  max-width: none;
}

.section-project {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-project.cc-small {
  min-height: 40vh;
}

.section-donate {
  background-color: #000;
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.section-slider {
  z-index: 2;
  position: relative;
}

.html-embed {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form-success {
  color: #000;
  font-family: Poster Gothic Cond Atf, sans-serif;
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout13_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .logo2_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_component {
    grid-column-gap: 3rem;
  }

  .header80_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header80_image-wrapper.is-image-2 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-3, .header80_image-wrapper.is-image-5 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-4, .header80_image-wrapper.is-image-6 {
    width: 24vw;
  }

  .header80_image-wrapper.is-image-1 {
    width: 28vw;
  }

  .faq3_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .container.cc-wide {
    max-width: 90%;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .layout254_content-bottom {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .c-hero_paper.cc-3 {
    width: 10em;
    bottom: -5em;
  }

  .c-hero_paper.cc-1 {
    width: 12em;
    top: -5rem;
  }

  .columns {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
  }

  .r-image {
    top: 1rem;
    left: 1rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .logo-text {
    font-size: 5em;
  }

  .padding-section-large-3, .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 10px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer_credit-text {
    margin-top: 2rem;
  }

  .padding-global {
    max-width: 100vw;
  }

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout13_component {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .layout13_image-wrapper {
    position: static;
  }

  .c-container {
    grid-template-columns: 1fr;
    padding-left: 2em;
    padding-right: 2em;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .logo2_wrapper {
    padding: .75rem 1rem;
  }

  .logo2_content-left {
    max-width: none;
  }

  .slider-logo {
    max-height: 3rem;
  }

  .logo2_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header80_content {
    padding-top: 4rem;
  }

  .header80_ix-trigger {
    margin-top: 35rem;
  }

  .header80_content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .header80_component {
    height: 150vh;
  }

  .header80_image-wrapper.is-image-2 {
    width: 30vw;
    left: 52vw;
  }

  .header80_image-wrapper.is-image-3, .header80_image-wrapper.is-image-5 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-4 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-6 {
    width: 26vw;
    right: 50vw;
  }

  .header80_image-wrapper.is-image-1 {
    width: 30vw;
  }

  .image.cc-easgle {
    position: static;
  }

  .faq3_icon-wrapper {
    width: 1.75rem;
  }

  .faq3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .layout254_left {
    grid-row-gap: 3rem;
  }

  .layout254_content-bottom {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout254_right {
    grid-row-gap: 3rem;
  }

  .c-text_m {
    font-size: 2.496em;
  }

  .c-img.cc-mobile_video-cover {
    height: 90vh;
    display: block;
  }

  .c-img.cc-width_8em {
    width: 12em;
  }

  .c-bg_video.cc-mobile_lands-show {
    display: block;
  }

  .c-hero_paper {
    width: 20em;
  }

  .c-hero_paper.cc-3 {
    width: 8em;
    bottom: -8em;
  }

  .c-hero_paper.cc-1 {
    width: 8em;
  }

  .c-donate_circle {
    width: 55%;
    height: 105%;
    margin-left: auto;
    margin-right: auto;
    left: 0%;
  }

  .popup-text.cc-big {
    margin-top: 4rem;
    font-size: 5em;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq3_question-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .logo-text {
    font-size: 4em;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .campaign-button {
    width: 250px;
  }

  .image-8.cc-easgle {
    position: static;
  }

  .padding-section-large-3, .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .section-slider {
    max-width: 100vw;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 8px;
  }

  .matrixeffect.cc-caps {
    text-align: center;
    line-height: 22px;
  }

  .cta-wrapper.emtop {
    justify-content: flex-start;
    align-items: center;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-info {
    min-height: 50vh;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-group.cc-right {
    justify-content: center;
    align-items: center;
  }

  .layout13_component {
    grid-template-columns: 1fr;
  }

  .c-text_xl.cc-number.cc-text-aligned {
    text-align: center;
    text-align: center;
    text-align: center;
    font-size: 4.5em;
  }

  .logo2_logo-list {
    grid-template-columns: 1fr 1fr;
  }

  .logo2_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .header80_content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header80_image-wrapper {
    width: 30vw;
    height: 35vw;
  }

  .h1 {
    z-index: 3;
  }

  .faq3_component {
    grid-template-columns: 1fr;
  }

  .section-list.cc-small {
    min-height: 20vh;
  }

  .container {
    max-width: 90%;
  }

  .layout254_content-bottom {
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cc-jury-text-red.cc-text-aligned {
    text-align: center;
    padding: 12px;
    font-size: 18px;
    line-height: 100%;
  }

  .div-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .c-hero_paper.cc-3 {
    width: 4em;
    bottom: -2em;
  }

  .c-hero_paper.cc-1 {
    width: 4em;
    top: -2rem;
  }

  .columns {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    max-width: 100%;
  }

  .c-donate_circle {
    width: 100%;
  }

  .lgn-logo {
    max-width: 75px;
  }

  .r-image {
    width: 5em;
  }

  .popup-large {
    max-width: 90%;
  }

  .popup-text.cc-big {
    margin-top: 6rem;
    font-size: 3em;
  }

  .button-3 {
    font-size: 1em;
  }

  .image-4 {
    object-fit: fill;
  }

  .logo-text {
    font-size: 3em;
  }

  .image-5 {
    max-width: 12em;
  }

  .list-img.right, .list-img.left {
    max-width: 20%;
  }

  .arrow-img {
    height: 20px;
  }

  .loading-image-wrapper {
    margin-left: -30px;
    bottom: 30%;
  }

  .loading-imag-bg {
    max-width: 100px;
  }

  .loading-blink {
    max-width: 45px;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .campaign-button {
    width: 125px;
  }

  .c-rich-text {
    max-width: 95vw;
  }

  .image-7 {
    max-width: 12em;
  }

  .button-group-3.cc-right {
    justify-content: center;
    align-items: center;
  }

  .donate-button {
    object-fit: fill;
  }

  .section-project.cc-small {
    min-height: 20vh;
  }
}

#w-node-_5740eebc-f3a3-a7e2-e1a4-c7d539c346f2-1ff3a14c, #w-node-_7870cce8-4795-4f78-677b-925c28fdf1d8-1ff3a14c, #w-node-_5740eebc-f3a3-a7e2-e1a4-c7d539c346fa-1ff3a14c, #w-node-bde13778-1c71-908f-346e-0cc24ca0405d-1ff3a14c {
  justify-self: center;
}

#w-node-f26abe69-5e70-b496-52f6-b1e403e19265-1ff3a14c, #w-node-f26abe69-5e70-b496-52f6-b1e403e19267-1ff3a14c, #w-node-cf90b386-d911-bd62-bf29-f7d0e7f24d29-1ff3a14c, #w-node-f26abe69-5e70-b496-52f6-b1e403e1926d-1ff3a14c, #w-node-f26abe69-5e70-b496-52f6-b1e403e1926f-1ff3a14c, #w-node-a078fc51-1af2-5f01-119a-68d365f961a9-1ff3a14c, #w-node-a078fc51-1af2-5f01-119a-68d365f961ab-1ff3a14c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#youtube-video.w-node-a078fc51-1af2-5f01-119a-68d365f961b4-1ff3a14c, #youtube-video-mobile.w-node-a078fc51-1af2-5f01-119a-68d365f961b5-1ff3a14c, #background-video.w-node-a078fc51-1af2-5f01-119a-68d365f961b6-1ff3a14c, #background-video-mobile.w-node-a078fc51-1af2-5f01-119a-68d365f961b7-1ff3a14c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ffd7b5b5-d50a-7838-c3ff-e0ff395a41e0-8620f05c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-bd4618e4-2741-c50e-a192-819f4c7d69f6-8620f05c, #w-node-bd4618e4-2741-c50e-a192-819f4c7d69f8-8620f05c, #w-node-bd4618e4-2741-c50e-a192-819f4c7d69fa-8620f05c, #w-node-bd4618e4-2741-c50e-a192-819f4c7d69fe-8620f05c, #w-node-bd4618e4-2741-c50e-a192-819f4c7d6a00-8620f05c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe5e59d0-67ca-ae94-04f1-40b6edddbd2e-02e43093 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_973b7fd7-bdbf-e963-4554-878d733040dc-02e43093 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_505d0276-0900-2819-3ef3-ca1a824f90af-590506eb {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_29819959-3b76-37b4-0da6-e17a2f467e94-590506eb, #w-node-_29819959-3b76-37b4-0da6-e17a2f467e96-590506eb, #w-node-_29819959-3b76-37b4-0da6-e17a2f467e98-590506eb, #w-node-_29819959-3b76-37b4-0da6-e17a2f467e9c-590506eb, #w-node-_29819959-3b76-37b4-0da6-e17a2f467e9e-590506eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_857dad93-133a-b95b-ea5b-9109b5d15227-1ff3a14c, #w-node-_74b02693-a297-18d8-6a2e-190b6ae4dff8-590506eb {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #youtube-video-mobile.w-node-a078fc51-1af2-5f01-119a-68d365f961b5-1ff3a14c, #background-video-mobile.w-node-a078fc51-1af2-5f01-119a-68d365f961b7-1ff3a14c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_857dad93-133a-b95b-ea5b-9109b5d15227-1ff3a14c, #w-node-_74b02693-a297-18d8-6a2e-190b6ae4dff8-590506eb {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'VT323';
  src: url('../fonts/VT323-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poster Gothic Cond Atf';
  src: url('../fonts/poster-gothic-cond-atf-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}