.app-header{width:100%;height:70px;position:relative;z-index:9}.app-header>.con{height:inherit;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e0e0e0}@media(max-width:640px){.app-header>.con>.custom-button{display:none}}.app-header__logo{height:55px;width:auto}.app-header__nav{height:100%}@media(max-width:640px){.app-header__nav{display:none}}.app-header__list{display:flex;height:inherit;gap:2rem}.app-header__item{height:inherit;display:flex;align-items:center;position:relative}.app-header__item:after{content:"";display:block;position:absolute;width:0;height:2px;background-color:#1f1f1f;bottom:0;right:50%;transform:translateX(50%);transition:width .3s cubic-bezier(.645,.045,.355,1)}.app-header__item .app-header__nav-icon{width:18px;height:18px;transform:rotateX(0deg);transition:transform .3s cubic-bezier(.645,.045,.355,1)}.app-header__item:hover:after{width:100%}.app-header__item:hover .app-header__nav-icon{transform:rotateX(180deg);transition:transform .3s cubic-bezier(.645,.045,.355,1)}.app-header__link{font-size:1rem;font-weight:500;line-height:150%;display:flex;align-items:center;gap:.3rem}@media(max-width:1024px){.app-header__link{font-size:.875rem;font-weight:500;line-height:150%}}.app-header__mega-menu{width:100%;max-width:1300px;margin:0 auto;background-color:#fefdfa;overflow:hidden;border-bottom:1px solid #e0e0e0}@media(max-width:1280px){.app-header__mega-menu{max-width:90vw}}@media(max-width:640px){.app-header__mega-menu{position:fixed;width:100vw;max-width:100vw;height:100%;flex-grow:1;display:flex;flex-direction:column;gap:1rem;padding:1rem;top:70px;left:0}}@media(max-width:375px){.app-header__mega-menu{overflow-y:scroll;padding:0 1rem 1rem}}.app-header__mega-menu .mega-menu-top{display:none}@media(max-width:640px){.app-header__mega-menu .mega-menu-top{display:block;padding-bottom:.5rem;margin-bottom:1rem;border-bottom:1px solid #e0e0e0}}@media(max-width:375px){.app-header__mega-menu .mega-menu-top{padding-bottom:0;margin-bottom:0}}.app-header__mega-menu.enter{animation:fadeIn .5s ease-in-out forwards}.app-header__mega-menu.enter .con{animation:slideDown .5s ease-in-out forwards}.app-header__mega-menu.exit{animation:fadeOut .4s ease-in-out forwards}.app-header__mega-menu.exit .con{animation:slideUp .4s ease-in-out forwards}.app-header__mega-menu .con{background-color:#fefdfa;border-bottom:none!important;padding:3rem 0}@media(max-width:640px){.app-header__mega-menu .con{padding:0}}.app-header__mega-menu .mega-menu-sub{display:flex;gap:2rem}@media(max-width:1024px){.app-header__mega-menu .mega-menu-sub{flex-direction:column}}@media(max-width:640px){.app-header__mega-menu .mega-menu-sub{gap:1rem}}.app-header__mega-menu .mega-menu-sub .left{flex-grow:1;display:flex;gap:4rem}@media(max-width:1024px){.app-header__mega-menu .mega-menu-sub .left{width:100%}}@media(max-width:640px){.app-header__mega-menu .mega-menu-sub .left{flex-direction:column;gap:2rem}}.app-header__mega-menu .mega-menu-sub .left .content{flex-grow:1;display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.app-header__mega-menu .mega-menu-sub .left .content p{font-size:1rem;font-weight:300;line-height:150%;width:auto;max-width:600px;color:#1f1f1f!important}.app-header__mega-menu .mega-menu-sub .left .links{width:350px}@media(max-width:640px){.app-header__mega-menu .mega-menu-sub .left .links{width:100%}}.app-header__mega-menu .mega-menu-sub .left .links nav h5{margin-bottom:1rem}.app-header__mega-menu .mega-menu-sub .left .links nav ul{display:flex;flex-direction:column;gap:1rem}.app-header__mega-menu .mega-menu-sub .left .links nav ul li a{font-size:1rem;font-weight:300;line-height:150%;color:#1f1f1f!important;display:block;width:fit-content;position:relative}@media(max-width:640px){.app-header__mega-menu .mega-menu-sub .left .links nav ul li a{text-decoration:underline}}.app-header__mega-menu .mega-menu-sub .left .links nav ul li a:hover:after{width:100%}.app-header__mega-menu .mega-menu-sub .left .links nav ul li a:after{display:block;content:"";position:absolute;left:0;bottom:0;height:1px;background-color:#1f1f1f;width:0;transition-duration:.3s}.app-header__mega-menu .mega-menu-sub .right{width:400px;min-width:400px;border-left:1px solid #e0e0e0;padding-left:2rem}@media(max-width:1024px){.app-header__mega-menu .mega-menu-sub .right{width:100%;border-left:none;border-top:1px solid #e0e0e0;padding-left:0;padding-top:2rem}}@media(max-width:640px){.app-header__mega-menu .mega-menu-sub .right{width:100%;min-width:100%}}.app-header__mega-menu .mega-menu-sub .right .leader-spotlight img{width:100px;height:100px;object-fit:cover;object-position:top;margin-top:2rem}.app-header__mega-menu .mega-menu-sub .right .leader-spotlight .info{margin-top:1rem}.app-header__mega-menu .mega-menu-sub .right .leader-spotlight .info .name{font-size:1.125rem;font-weight:500;line-height:150%}.app-header__mega-menu .mega-menu-sub .right .leader-spotlight .info .role{font-size:1rem;font-weight:300;line-height:150%}.app-header__mega-menu .mega-menu-sub .right .blog-card{width:300px}@media(max-width:640px){.app-header__mega-menu .mega-menu-sub .right .blog-card{width:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideUp{0%{transform:translateY(0)}to{transform:translateY(-20px)}}.app-header.home-header{position:absolute;left:0;top:0}.app-header.home-header>.con{border-bottom:none}.app-header.home-header .app-header__item:after{background-color:#fff}.app-header.home-header .app-header__item .app-header__nav-icon{width:18px;height:18px;transform:rotateX(0deg);transition:transform .3s cubic-bezier(.645,.045,.355,1)}.app-header.home-header .app-header__item:hover:after{width:100%}.app-header.home-header .app-header__item:hover .app-header__nav-icon{transform:rotateX(180deg);transition:transform .3s cubic-bezier(.645,.045,.355,1)}.app-header.home-header .app-header__link{color:#fff}.mobile-header{width:auto;height:auto;display:none;position:relative}@media(max-width:640px){.mobile-header{display:block}}.mobile-header .toggler{width:40px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center}.mobile-header .toggler span{display:block;width:30px;height:2px;background-color:#1f1f1f;position:absolute;border-radius:5px}.mobile-header .toggler span:first-child{transform:translateY(-7px)}.mobile-header .toggler span:last-child{transform:translateY(7px)}.mobile-header .toggler.home span{background-color:#fff}.mobile-header .navigation{position:fixed;right:0;top:0;width:0;height:auto;min-height:100vh;z-index:2;background-color:#fefdfa;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;transition-duration:.3s;transition-timing-function:cubic-bezier(.645,.045,.355,1)}.mobile-header .navigation.open{width:100vw}.mobile-header .navigation .navigation-top{width:100vw;height:70px;border-bottom:1px solid #e0e0e0;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.mobile-header .navigation .navigation-top img{height:55px;width:auto}.mobile-header .navigation .navigation-top .toggler{width:23px;height:23px;display:flex;flex-direction:column;align-items:center;justify-content:center}.mobile-header .navigation .navigation-top .toggler span{display:block;width:23px;height:2px;background-color:#1f1f1f;border-radius:5px}.mobile-header .navigation .navigation-top .toggler span:first-child{transform:rotate(-45deg)}.mobile-header .navigation .navigation-top .toggler span:last-child{transform:rotate(45deg)}.mobile-header .navigation .navigation-inner{width:100vw;height:100%;flex-grow:1;display:flex;flex-direction:column;gap:1rem;padding:1rem}.mobile-header .navigation .navigation-inner nav{width:100%;margin-bottom:1rem}.mobile-header .navigation .navigation-inner nav ul li{width:100%}.mobile-header .navigation .navigation-inner nav ul li .nav-link{width:100%;padding:1rem 0;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between}.mobile-header .navigation .navigation-inner nav ul li .nav-link .nav-icon{transform:rotate(-90deg);width:18px}.mobile-header .navigation .navigation-inner nav ul li:last-child .nav-link{border-bottom:none}.mobile-header .navigation .navigation-inner .custom-button{display:flex;width:100%}.breadcrumb{padding:1rem 0;background-color:#fefdfa;border-bottom:1px solid #e0e0e0}.breadcrumb .breadcrumb-list{list-style:none;margin:0;padding:0}.breadcrumb .breadcrumb-item,.breadcrumb .breadcrumb-list{display:flex;align-items:center;gap:.5rem}.breadcrumb .breadcrumb-link{color:#4f4f4f;text-decoration:none;font-size:.875rem;font-family:Noto Sans,sans-serif;transition:color .3s ease}.breadcrumb .breadcrumb-link:hover{color:#a97a25;text-decoration:underline}.breadcrumb .breadcrumb-current{color:#1f1f1f;font-size:.875rem;font-family:Noto Sans,sans-serif;font-weight:500}.breadcrumb .breadcrumb-separator{color:#4f4f4f;font-size:.875rem;margin:0 .25rem}.footer{background-color:#1f1f1f;padding:80px 0}@media(max-width:1024px){.footer{padding:80px 0}}@media(max-width:640px){.footer{padding:40px 0}}.footer__inner{display:flex;flex-direction:column;gap:2rem}.footer .footer-logo{width:fit-content}.footer .footer-logo img{max-width:120px;height:auto}.footer__top{display:flex;gap:6rem;margin-bottom:2rem}@media(max-width:1024px){.footer__top{flex-direction:column;gap:2rem}}.footer__newsletter{flex-grow:1}@media(max-width:1024px){.footer__newsletter{max-width:600px}}@media(max-width:640px){.footer__newsletter{max-width:100%}}.footer__newsletter p{color:#fff;margin-bottom:1rem;font-size:.875rem;font-weight:300;line-height:150%}.footer__form{display:flex;gap:.5rem;margin-bottom:.5rem}@media(max-width:640px){.footer__form{flex-direction:column}.footer__form .custom-button{width:100%}}.footer__input{flex:1;padding:.5rem 1rem;background-color:hsla(0,0%,100%,.1);border:none;color:#fff}.footer__input::placeholder{color:#fff;opacity:.75}.footer__input:focus{outline:none}.footer__links{width:50%;min-width:50%;flex-grow:1;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.footer__links{width:100%}}@media(max-width:640px){.footer__links{grid-template-columns:1fr}}.footer__links-column{width:100%}.footer__links-title{font-size:1rem!important;font-weight:500;font-family:Noto Sans,sans-serif;line-height:150%;color:#fff;margin-bottom:1.5rem}@media(max-width:640px){.footer__links-title{margin-bottom:.75rem}}.footer__links-list,.footer__social-list{list-style:none;padding:0;margin:0}.footer__links-item,.footer__social-item{margin-bottom:.5rem}.footer__link,.footer__social-link{font-size:.875rem;font-weight:300;line-height:150%;color:#fff;text-decoration:none;transition:color .3s}.footer__link:hover,.footer__social-link:hover{text-decoration:underline}.footer__social-link{display:flex;align-items:center}.footer__social-icon{margin-right:.5rem;font-size:1.1rem}.footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-top:1px solid hsla(0,0%,100%,.1);padding-top:1rem}@media(max-width:640px){.footer__bottom{flex-direction:column;gap:1rem;align-items:flex-start}}.footer__copyright{font-size:.875rem;font-weight:300;line-height:150%;color:#fff}@media(max-width:640px){.footer__copyright{width:100%}}.footer__policies{display:flex;flex-wrap:wrap;gap:1.5rem}@media(max-width:640px){.footer__policies{flex-direction:column;gap:1rem}}.footer__policy-link{font-size:.875rem;font-weight:300;line-height:150%;color:#fff}.footer__policy-link:hover{text-decoration:underline}.sticky-action-bar{position:fixed;top:0;left:0;width:100%;z-index:8;transition:transform .3s ease,opacity .3s ease;transform:translateY(-100%);opacity:0;pointer-events:none}.sticky-action-bar.visible{transform:translateY(0);opacity:1;pointer-events:all}.sticky-action-bar.hidden{transform:translateY(-100%);opacity:0;pointer-events:none}@media(max-width:640px){.sticky-action-bar{display:none}}.sticky-action-bar__wrapper{width:100%;background-color:#fefdfa;border-bottom:1px solid #e0e0e0;padding:.5rem 0}.sticky-action-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}@media(max-width:1024px){.sticky-action-bar__inner{gap:1rem}}.sticky-action-bar__logo{flex-shrink:0}.sticky-action-bar__logo img{height:55px;width:auto}.sticky-action-bar .sticky-action-bar__left{display:flex;align-items:center;gap:2rem}.sticky-action-bar__content{flex:1;display:flex;align-items:center;min-width:0}.sticky-action-bar__breadcrumb{font-size:.875rem;font-weight:500;line-height:150%;color:#4f4f4f;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-action-bar__campaign-info{width:100%;max-width:500px}.sticky-action-bar__amounts{font-size:.875rem;font-weight:500;line-height:150%;color:#1f1f1f;margin-bottom:.5rem}.sticky-action-bar__amounts .amount-raised,.sticky-action-bar__amounts .amount-target{font-weight:600;color:#1f1f1f}.sticky-action-bar__amounts .amount-text{color:#4f4f4f}.sticky-action-bar__progress-container{width:100%;height:5px;background-color:#e0e0e0;border-radius:0;overflow:hidden}.sticky-action-bar__progress-bar{height:100%;background-color:#a97a25;transition:width .5s ease}.sticky-action-bar__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.sticky-action-bar__share-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#fbf6ea;border:none;border-radius:0;color:#1f1f1f;cursor:pointer;transition:all .2s ease}.sticky-action-bar__share-btn:hover{background-color:#f5e9cc;color:#714a22}.sticky-action-bar__share-btn:active{transform:scale(.95)}