@charset "UTF-8";

/* src/styles.scss */
@font-face {
  font-family: "MyriadPro-Regular";
  src: url(/assets/fonts/MyriadPro-Regular.eot);
  src:
    url(/assets/fonts/MyriadPro-Regular.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/MyriadPro-Regular.woff2) format("woff2"),
    url(/assets/fonts/MyriadPro-Regular.woff) format("woff"),
    url(/assets/fonts/MyriadPro-Regular.ttf) format("truetype"),
    url(/assets/fonts/MyriadPro-Regular.svg#MyriadPro-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueMachina-Ultrabold";
  src: url(/assets/fonts/NeueMachina-Ultrabold.eot);
  src:
    url(/assets/fonts/NeueMachina-Ultrabold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/NeueMachina-Ultrabold.woff2) format("woff2"),
    url(/assets/fonts/NeueMachina-Ultrabold.woff) format("woff"),
    url(/assets/fonts/NeueMachina-Ultrabold.ttf) format("truetype"),
    url(/assets/fonts/NeueMachina-Ultrabold.svg#NeueMachina-Ultrabold) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueMachina-Regular";
  src: url(/assets/fonts/NeueMachina-Regular.eot);
  src:
    url(/assets/fonts/NeueMachina-Regular.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/NeueMachina-Regular.woff2) format("woff2"),
    url(/assets/fonts/NeueMachina-Regular.woff) format("woff"),
    url(/assets/fonts/NeueMachina-Regular.ttf) format("truetype"),
    url(/assets/fonts/NeueMachina-Regular.svg#NeueMachina-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina03-Regular";
  src: url(/assets/fonts/Eina03-Regular.eot);
  src:
    url(/assets/fonts/Eina03-Regular.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Eina03-Regular.woff2) format("woff2"),
    url(/assets/fonts/Eina03-Regular.woff) format("woff"),
    url(/assets/fonts/Eina03-Regular.ttf) format("truetype"),
    url(/assets/fonts/Eina03-Regular.svg#Eina03-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  margin: 0;
  background-color: black;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
}
html.no-scroll-popup,
body.no-scroll-popup {
  overflow-y: hidden;
}
.no-scroll-popup,
.no-scroll-popup body {
  overflow: hidden !important;
}
.no-scroll-popup .conflict-carousel .slick-prev,
.no-scroll-popup .conflict-carousel .slick-next {
  display: none !important;
}
button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: none;
  padding: 0;
  font: inherit;
  color: inherit;
}
.fancybox-video-caption {
  font-size: 1.25rem;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #e53935;
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 2px;
  font-family: "NeueMachina-Regular";
  text-align: center;
  cursor: pointer;
  max-width: 20rem;
  display: block;
  margin: 0 auto;
}
.fancybox-video-caption a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.fancybox-video-caption:hover {
  background-color: #d6201c;
}
@media (max-width: 768px) {
  .fancybox-video-caption {
    font-size: 1.4rem;
    margin-top: 1rem;
    padding: 2rem 1.5rem;
    background-color: #D32424;
    color: white;
    border: none;
    font-weight: bold;
    border-radius: 2px;
    font-family: "NeueMachina-Regular";
    cursor: pointer;
    text-align: center;
    transform: translate(-50%, -25vh);
    top: 50%;
    position: absolute;
    width: 80%;
    left: 50%;
    z-index: 9999;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
  section {
    padding: 2.5rem 1.5rem;
  }
  h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.5rem;
  }
  p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .btn {
    font-size: 1rem;
    padding: 1.25rem 1.5rem !important;
    height: 5rem;
    line-height: 3rem;
  }
  .intro-section .content {
    text-align: center;
  }
  .donation-box {
    position: static !important;
    width: 100%;
    margin-top: 1.5rem;
    padding: 1.5rem;
    font-size: 0.95rem;
    border: 1px solid #c6ff00;
    padding: 2rem;
    max-width: none;
    text-align: left;
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
  }
  .donation-box .amount-options {
    flex-wrap: wrap;
    justify-content: center;
  }
  .donation-box .amount-options .amount-btn {
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.5rem;
  }
  .donation-box .amount-options input[type=number] {
    margin-top: 0.5rem;
  }
  .map-section .map-container {
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }
  .map-section .map-text {
    text-align: center;
  }
  .map-section .btn {
    margin: 1rem auto 0;
    display: block;
  }
  .footer {
    text-align: center;
  }
  .footer .footer-content {
    flex-direction: column;
    gap: 1rem;
  }
  .footer .footer-right .social-list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1720px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (max-width: 1520px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  html,
  body {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  html,
  body {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  html,
  body {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 10px;
  }
}
.fancybox__slide.has-youtube {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fancybox__slide.has-youtube .fancybox__content {
  width: 80vw;
  height: 45vw;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__slide.has-youtube .fancybox__content button {
  transform: translateY(-0.5vw) scale(2.5);
  color: #BEFE00;
}
iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 768px) {
  .fancybox__slide.has-youtube .fancybox__content button {
    transform: translateY(-15vw) scale(1.5);
  }
  .fancybox-html-content {
    text-align: center;
    padding: 1rem;
  }
  .fancybox-html-content .fancybox-mobile-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 0.75rem;
  }
  .fancybox-html-content h3 {
    margin: 0.5rem 0 0.25rem;
    font-size: 1.25rem;
    color: #c6ff00;
  }
  .fancybox-html-content p {
    margin: 0;
    font-size: 1rem;
    color: #fff;
  }
  .legal-box .legal-note br {
    display: none;
  }
}
.legal-box a {
  color: #BEFE00;
  text-decoration: none;
}
.donation-msg b {
  font-family: "NeueMachina-Ultrabold";
}
.btn {
  font-family: "Eina03-Regular";
  font-size: 1.4rem;
  margin-top: 2rem;
  padding: 0rem 5rem 0.15rem;
  background-color: #BEFE00;
  border: 1px solid #000000;
  color: #000000;
  font-weight: bold;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
}
.btn:hover {
  background-color: #9fd500;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
