<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loading {
  display: none;
  width: 40%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .loading {
    width: 10%;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.grant {
  display: block;
}
.grant .image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1.55;
  background-size: cover;
  background-position: center;
}
.grant .image-container .overlay {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  opacity: 0;
  background: linear-gradient(0deg, rgba(91, 171, 223, 0.5) 0%, rgba(91, 171, 223, 0.5) 100%);
  transition: opacity 200ms ease-in;
}
.grant .info-container {
  margin-top: 16px;
}
.grant .info-container .principal {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 180%;
  color: #322D2D;
}
@media (min-width: 1024px) {
  .grant .info-container .principal {
    font-size: 12px;
    line-height: 150%;
  }
}
.grant .info-container .divider,
.grant .info-container .organization {
  display: none;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #322D2D;
}
@media (min-width: 1024px) {
  .grant .info-container .divider,
  .grant .info-container .organization {
    display: inline;
  }
}
.grant .info-container .title {
  margin-top: 9px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #322D2D;
  transition: all 200ms ease-in;
}
@media (min-width: 1024px) {
  .grant .info-container .title {
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    font-size: 24px;
  }
}
.grant:hover .image-container .overlay {
  opacity: 1;
}
.grant:hover .title {
  color: #5AACDF;
}

/* grant */
#explore-banner-2025 {
  position: relative;
  /* banner-content */
}
#explore-banner-2025 .slides-container {
  position: relative;
}
#explore-banner-2025 .slides-container .pager {
  position: absolute;
  z-index: 7;
  left: 50%;
  top: 50%;
  width: 95%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#explore-banner-2025 .slides-container .pager .page {
  cursor: pointer;
}
#explore-banner-2025 .slide {
  position: relative;
  height: 95vh;
  min-height: 650px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#explore-banner-2025 .slide .overlay {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  background: linear-gradient(270deg, rgba(50, 45, 45, 0) 0%, rgba(8, 8, 8, 0.75) 100%);
  mix-blend-mode: multiply;
}
#explore-banner-2025 .video-loop {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#explore-banner-2025 .banner-content {
  position: relative;
  z-index: 5;
  padding-left: 11%;
  /* main-grant */
}
#explore-banner-2025 .banner-content .main-grant {
  width: 90%;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  /* links */
}
@media (min-width: 1024px) {
  #explore-banner-2025 .banner-content .main-grant {
    width: 50%;
  }
}
#explore-banner-2025 .banner-content .main-grant .subheader {
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
@media (min-width: 1024px) {
  #explore-banner-2025 .banner-content .main-grant .subheader {
    font-size: 16px;
    line-height: 24px;
  }
}
#explore-banner-2025 .banner-content .main-grant .headline {
  width: 80%;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 35px;
  font-style: normal;
  line-height: normal;
  color: #fff;
}
@media (min-width: 1024px) {
  #explore-banner-2025 .banner-content .main-grant .headline {
    width: 90%;
    margin: 28px 0 0 0;
    font-size: 50px;
  }
}
#explore-banner-2025 .banner-content .main-grant .links {
  display: flex;
  flex-direction: row;
  margin-top: 39px;
  /* link */
}
#explore-banner-2025 .banner-content .main-grant .links .link {
  display: flex;
  align-items: center;
  padding-right: 25px;
}
#explore-banner-2025 .banner-content .main-grant .links .link .icon {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#explore-banner-2025 .banner-content .main-grant .links .link .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#explore-banner-2025 .banner-content .main-grant .links .link .icon.more {
  background-color: transparent;
}
#explore-banner-2025 .banner-content .main-grant .links .link .icon.more path {
  fill: #fff;
}
#explore-banner-2025 .banner-content .main-grant .links .link .icon.video {
  border-color: #fff;
}
#explore-banner-2025 .banner-content .main-grant .links .link .icon.video svg {
  left: 56%;
}
#explore-banner-2025 .banner-content .main-grant .links .link .icon.video path {
  fill: #fff;
}
@media (min-width: 1024px) {
  #explore-banner-2025 .banner-content .main-grant .links .link .icon.video {
    border-color: #fff;
  }
}
#explore-banner-2025 .banner-content .main-grant .links .link .label {
  padding-left: 8px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  color: #fff;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#explore-banner-2025 .banner-content .main-grant .links .link:hover .icon {
  background-color: #5AACDF;
  border-color: #5AACDF;
}
#explore-banner-2025 .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 37px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 10px;
}
@media (min-width: 1024px) {
  #explore-banner-2025 .slick-dots {
    bottom: 62px;
  }
}
#explore-banner-2025 .slick-dots .page {
  opacity: 0.5;
  cursor: pointer;
}
#explore-banner-2025 .slick-dots .page svg {
  width: 10px;
  height: 10px;
}
#explore-banner-2025 .slick-dots .page svg circle {
  fill: #d9d9d9;
}
#explore-banner-2025 .slick-dots .slick-active .page {
  opacity: 1;
}

/* explore-banner */
#no-results-container {
  display: none;
  width: 80%;
  margin: 78px auto 0 auto;
  border: 1px solid #5AACDF;
}
#no-results-container .inner-container {
  width: 50%;
  margin: 0 auto;
  padding: 121px 0;
  text-align: center;
}
#no-results-container .headline {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-style: normal;
  color: #5AACDF;
}
#no-results-container .body {
  margin-top: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

#stories-section {
  padding: 43px 0 0 0;
  /* stories */
}
@media (min-width: 1024px) {
  #stories-section {
    padding: 135px 0 0 0;
  }
}
#stories-section .stories {
  padding: 38px 0 0 10%;
  /* latest header-bar */
}
#stories-section .stories.latest {
  padding-top: 0;
}
#stories-section .stories .header-bar {
  width: 90%;
}
#stories-section .stories .header-bar .title {
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  color: #5AACDF;
}
@media (min-width: 1024px) {
  #stories-section .stories .header-bar .title {
    font-size: 16px;
    line-height: 112.5%;
  }
}
#stories-section .stories .header-bar .description {
  margin-top: 12px;
  margin-right: 40px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: #322D2D;
}
@media (min-width: 1024px) {
  #stories-section .stories .header-bar .description {
    font-size: 16px;
    line-height: 150%;
  }
}
#stories-section .stories.latest {
  padding: 0;
}
@media (min-width: 1024px) {
  #stories-section .stories.latest {
    padding: 0;
  }
}
#stories-section .stories.latest .carousel-container {
  padding-left: 10%;
}
#stories-section .stories.latest .carousel-container .pager {
  top: 38%;
}
@media (min-width: 1024px) {
  #stories-section .stories.latest .carousel-container .pager {
    top: 32%;
  }
}
#stories-section .stories.latest .carousel-container .pager.prev {
  left: 12.5%;
  transform: scaleX(-1);
}
@media (min-width: 1024px) {
  #stories-section .stories.latest .carousel-container .pager.prev {
    left: 35.5%;
  }
}
#stories-section .stories.latest .carousel-container .pager.next {
  right: 2.5%;
}
@media (min-width: 1024px) {
  #stories-section .stories.latest .carousel-container .pager.next {
    right: 5%;
  }
}
#stories-section .stories.latest .header-bar {
  width: auto;
  display: flex;
  flex-direction: column-reverse;
  /* control-panel */
}
@media (min-width: 1024px) {
  #stories-section .stories.latest .header-bar {
    flex-direction: row;
    align-items: center;
  }
}
#stories-section .stories.latest .header-bar .copy-panel {
  width: 90%;
  padding-left: 10%;
  flex: 1;
}
@media (min-width: 1024px) {
  #stories-section .stories.latest .header-bar .copy-panel {
    width: auto;
  }
}
#stories-section .stories.latest .header-bar .copy-panel.stories-copy {
  display: none;
}
#stories-section .stories.latest .header-bar .control-panel {
  margin-left: 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  /* search-container */
}
@media (min-width: 1024px) {
  #stories-section .stories.latest .header-bar .control-panel {
    margin-left: 0;
    flex: 1;
    justify-content: flex-end;
    padding-right: 8%;
  }
}
#stories-section .stories.latest .header-bar .control-panel button {
  display: inline-block;
  width: auto;
  padding: 16px;
  border: 1px solid #000;
  border-radius: 23px;
  background: transparent;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  transition: all 200ms ease-in;
}
@media (min-width: 1024px) {
  #stories-section .stories.latest .header-bar .control-panel button {
    padding: 8px 18px;
    font-size: 14px;
    line-height: 214.286%;
  }
}
#stories-section .stories.latest .header-bar .control-panel button:hover {
  background-color: #322D2D;
  color: #fff;
}
#stories-section .stories.latest .header-bar .control-panel .search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 16px;
  border: 1px solid #000;
  border-radius: 23px;
  cursor: pointer;
  transition: all 200ms ease-in;
}
@media (min-width: 1024px) {
  #stories-section .stories.latest .header-bar .control-panel .search-container {
    padding: 8px 18px;
  }
}
#stories-section .stories.latest .header-bar .control-panel .search-container input {
  border: none;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
@media (min-width: 1024px) {
  #stories-section .stories.latest .header-bar .control-panel .search-container input {
    font-size: 14px;
    line-height: 214.286%;
  }
}
#stories-section .stories.latest .header-bar .control-panel .search-container input::placeholder {
  color: #000;
}
#stories-section .stories.latest .header-bar .control-panel .search-container i {
  color: #5AACDF;
  cursor: pointer;
}
#stories-section .stories.latest .header-bar .control-panel .search-container i:hover {
  color: #322D2D;
}
#stories-section .stories.latest .header-bar .control-panel .search-container:hover {
  border: 2px solid #000;
}
#stories-section .stories.latest .header-bar .control-panel .search-container:hover input::placeholder {
  color: #5AACDF;
}
#stories-section .stories.latest .header-bar .control-panel .search-container.active {
  border: 2px solid #000;
}
#stories-section .stories.latest .header-bar .title {
  margin-top: 43px;
}
@media (min-width: 1024px) {
  #stories-section .stories.latest .header-bar .title {
    margin-top: 0;
  }
}
#stories-section .stories .carousel-container {
  position: relative;
  overflow: hidden;
}
#stories-section .stories .carousel-container .carousel {
  width: 125%;
  margin-top: 32px;
}
#stories-section .stories .carousel-container .pager {
  position: absolute;
  z-index: 3;
  top: 42%;
  width: 48px;
  height: 34px;
  border-radius: 50vw;
  background-color: #5AACDF;
  cursor: pointer;
  transition: all 200ms ease-in;
}
@media (min-width: 1024px) {
  #stories-section .stories .carousel-container .pager {
    top: 34%;
  }
}
#stories-section .stories .carousel-container .pager.prev {
  left: 3%;
  transform: scaleX(-1);
}
@media (min-width: 1024px) {
  #stories-section .stories .carousel-container .pager.prev {
    left: 28%;
  }
}
#stories-section .stories .carousel-container .pager.next {
  right: 3%;
}
@media (min-width: 1024px) {
  #stories-section .stories .carousel-container .pager.next {
    right: 5.5%;
  }
}
#stories-section .stories .carousel-container .pager svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#stories-section .stories .carousel-container .pager:hover {
  background-color: #2082C0;
}
#stories-section .stories .grant {
  width: 27%;
  margin-right: 26px;
}

/* stories-section */
.all-stories-container {
  display: none;
}
.all-stories-container .all-stories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
  column-gap: 26px;
  width: 80%;
  margin: 48px auto 0 auto;
}
@media (min-width: 768px) {
  .all-stories-container .all-stories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.stories-footer-button-bar {
  margin-top: 80px;
  text-align: center;
}
.stories-footer-button-bar button {
  width: 100%;
  padding: 10px 0;
  border: 3px solid #5AACDF;
  border-radius: 23px;
  background-color: #5AACDF;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 50vw;
  display: inline-block;
  width: auto;
  padding: 22px 76px;
  background-color: #322D2D;
  border-color: #322D2D;
}
.stories-footer-button-bar button:hover {
  background-color: transparent;
  color: #5AACDF;
}
@media (min-width: 1024px) {
  .stories-footer-button-bar button {
    padding: 11px 76px;
  }
}
.stories-footer-button-bar button:hover {
  background: #5AACDF;
  border-color: #5AACDF;
  color: #fff;
}

#follow {
  height: 442px;
  margin-top: 122px;
  background-color: #5AACDF;
}
@media (min-width: 1024px) {
  #follow {
    height: auto;
    margin-top: 172px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#follow .content-container {
  padding: 93px 0 0 11%;
}
@media (min-width: 1024px) {
  #follow .content-container {
    width: 50%;
    padding: 0 0 0 18%;
    flex: 1;
  }
}
#follow .content-container .headline {
  width: 40%;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: normal;
  color: #fff;
}
@media (min-width: 1024px) {
  #follow .content-container .headline {
    width: auto;
    font-size: 36px;
  }
}
#follow .content-container .button-container {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  #follow .content-container .button-container {
    margin-top: 26px;
  }
}
#follow .content-container button {
  width: 100%;
  padding: 10px 0;
  border: 3px solid #5AACDF;
  border-radius: 23px;
  background-color: #5AACDF;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: inline-block;
  width: auto;
  padding: 22px 46px;
  border-radius: 50vw;
  background-color: #322D2D;
}
#follow .content-container button:hover {
  background-color: transparent;
  color: #5AACDF;
}
@media (min-width: 1024px) {
  #follow .content-container button {
    padding: 11px 46px;
  }
}
#follow .content-container button:hover {
  background: transparent;
  border-color: #322D2D;
  color: #322D2D;
}
#follow .image-container {
  width: 100%;
}
@media (min-width: 1024px) {
  #follow .image-container {
    flex: 1;
  }
}
#follow svg {
  width: 100%;
  aspect-ratio: 1.49;
}

/* follow */
.hamburger .hamburger-inner {
  background-color: #fff;
}
.hamburger .hamburger-inner::before {
  background-color: #fff;
}
.hamburger .hamburger-inner::after {
  background-color: #fff;
}
.hamburger:hover {
  background-color: #5AACDF;
}
.hamburger:hover .hamburger-inner {
  background-color: #fff;
}
.hamburger:hover .hamburger-inner::before {
  background-color: #fff;
}
.hamburger:hover .hamburger-inner::after {
  background-color: #fff;
}
.hamburger.is-active {
  background-color: #5AACDF;
  border-color: #fff;
}
.hamburger.is-active .hamburger-inner {
  background-color: #fff;
}
.hamburger.is-active .hamburger-inner::before {
  background-color: #fff;
}
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger.is-active:hover {
  background-color: #fff;
}
.hamburger.is-active:hover .hamburger-inner {
  background-color: #5AACDF;
}
.hamburger.is-active:hover .hamburger-inner::before {
  background-color: #5AACDF;
}
.hamburger.is-active:hover .hamburger-inner::after {
  background-color: #5AACDF;
}

/* hamburger */

/*# sourceMappingURL=explore-2025.css.map */
</pre></body></html>