@font-face {
  font-family: "icon";
  src: url("icon.eot?t=1752662402255"); /* IE9*/
  src: url("icon.eot?t=1752662402255#iefix") format("embedded-opentype"), url("icon.woff2?t=1752662402255") format("woff2"), url("icon.woff?t=1752662402255") format("woff"), url("icon.ttf?t=1752662402255") format("truetype"), url("icon.svg?t=1752662402255") format("svg");
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down::before {
  content: "\ea01";
}

.icon-arrow-left::before {
  content: "\ea02";
}

.icon-arrow-right::before {
  content: "\ea03";
}

.icon-bell::before {
  content: "\ea04";
}

.icon-booklet::before {
  content: "\ea05";
}

.icon-calendar::before {
  content: "\ea06";
}

.icon-camera::before {
  content: "\ea07";
}

.icon-check::before {
  content: "\ea08";
}

.icon-checkmark::before {
  content: "\ea09";
}

.icon-chevron-down::before {
  content: "\ea0a";
}

.icon-clipboard::before {
  content: "\ea0b";
}

.icon-copy::before {
  content: "\ea0c";
}

.icon-cross::before {
  content: "\ea0d";
}

.icon-details::before {
  content: "\ea0e";
}

.icon-embed-code::before {
  content: "\ea0f";
}

.icon-envelope::before {
  content: "\ea10";
}

.icon-external::before {
  content: "\ea11";
}

.icon-facebook-f::before {
  content: "\ea12";
}

.icon-facebook::before {
  content: "\ea13";
}

.icon-file-picture::before {
  content: "\ea14";
}

.icon-filter::before {
  content: "\ea15";
}

.icon-instagram::before {
  content: "\ea16";
}

.icon-linkedin-in::before {
  content: "\ea17";
}

.icon-linkedin::before {
  content: "\ea18";
}

.icon-logout::before {
  content: "\ea19";
}

.icon-magazine::before {
  content: "\ea1a";
}

.icon-magnifier::before {
  content: "\ea1b";
}

.icon-padlock::before {
  content: "\ea1c";
}

.icon-pause::before {
  content: "\ea1d";
}

.icon-person::before {
  content: "\ea1e";
}

.icon-phone::before {
  content: "\ea1f";
}

.icon-pinterest::before {
  content: "\ea20";
}

.icon-play::before {
  content: "\ea21";
}

.icon-puzzle::before {
  content: "\ea22";
}

.icon-question::before {
  content: "\ea23";
}

.icon-radio::before {
  content: "\ea24";
}

.icon-screen::before {
  content: "\ea25";
}

.icon-share::before {
  content: "\ea26";
}

.icon-speaker-active::before {
  content: "\ea27";
}

.icon-sphere::before {
  content: "\ea28";
}

.icon-star-outline::before {
  content: "\ea29";
}

.icon-star::before {
  content: "\ea2a";
}

.icon-text::before {
  content: "\ea2b";
}

.icon-tiktok::before {
  content: "\ea2c";
}

.icon-twitter::before {
  content: "\ea2d";
}

.icon-upload::before {
  content: "\ea2e";
}

.icon-user::before {
  content: "\ea2f";
}

.icon-warning::before {
  content: "\ea30";
}

.icon-whatsapp::before {
  content: "\ea31";
}

.icon-youtube::before {
  content: "\ea32";
}

.header {
  position: sticky;
  z-index: 100;
  top: 0;
  max-width: 100vw;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .header {
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  }
}
.header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.4rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  transition: height 350ms ease-in-out, padding-right 300ms cubic-bezier(0.67, 0.01, 0.37, 0.995);
  gap: 2rem;
}
@media (min-width: 768px) {
  .header__bar {
    height: 7.1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    gap: 2rem;
  }
}
.header__bar-logo-npo {
  display: block;
  width: 3rem;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.header__button {
  display: none;
}
@media (min-width: 768px) {
  .header__button {
    display: inline-flex;
    flex-shrink: 0;
  }
}
.header__menu-button {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  background: none;
}
.header__menu-button .hamburger {
  display: flex;
  pointer-events: none;
}
.header__search-button {
  padding: 0;
  border: none;
  background: none;
  font-size: 2.3rem;
}
.header__search-button .icon-magnifier {
  position: relative;
  top: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
  line-height: 1;
}
.header__brand-logo {
  transition: opacity 350ms ease-in-out, transform 350ms ease-in-out;
}
.header__brand-logo,
.header__brand-logo svg {
  height: 100%;
}
.header--is-scrolled .header__brand-logo {
  transform: scale(0.8);
  pointer-events: none;
  opacity: 0;
}
.header__site-logo {
  margin-right: auto;
}
.header__site-logo svg {
  height: 3.2rem;
}
@media (min-width: 768px) {
  .header__site-logo svg {
    height: 5rem;
  }
}