@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=STIX+Two+Text:ital@1&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale}body,html{-webkit-font-smoothing:antialiased}body{min-height:100vh}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}#__next,#root{isolation:isolate}:root{--font-primary:"Inter",sans-serif;--font-italic:"STIX Two Text",serif;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700}body{font-size:16px;font-weight:var(--font-weight-regular)}body,h1,h2,h3,h4,h5,h6{font-family:var(--font-primary)}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-bold);line-height:1.2;margin-bottom:.5em}em,i{font-family:var(--font-italic);font-style:italic}a{color:inherit;text-decoration:none;transition:color var(--time)}a:hover{color:var(--yellow)}.container{max-width:1200px;padding:0 15px}.page{display:flex;flex-direction:column;min-height:100vh}.main{flex:1}.header{background:var(--bg-color);left:0;padding:32px 0 16px;position:absolute;top:0;transition:background var(--time);width:100%;z-index:111}.header__logo{background-image:url(/assets/img/header-logo-spr.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;height:67px;max-width:76px;transition:background-image var(--time),opacity var(--time);width:100%}.header__logo:hover{opacity:.7}.header__wrap{align-items:center;display:grid;gap:16px;grid-template-columns:180px minmax(0,1fr) 180px;justify-content:space-between}.header__nav{align-items:center;display:flex;gap:24px;justify-self:center}.header__nav-link{font-size:16px;line-height:120%;transition:color var(--time)}.header__nav-link:hover{color:var(--yellow);text-decoration-line:none}.header__nav-link.active{font-weight:600}.header__burger{align-items:center;background:var(--black);border-radius:50%;display:flex;display:none;height:52px;justify-content:center;transition:background var(--time);width:52px}.header__burger:after{background-color:var(--white);content:"";height:24px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' d='M5 7h14M5 12h14M5 17h14'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' d='M5 7h14M5 12h14M5 17h14'/%3E%3C/svg%3E");position:absolute;transition:background-color var(--time),-webkit-mask-image var(--time);transition:background-color var(--time),mask-image var(--time);transition:background-color var(--time),mask-image var(--time),-webkit-mask-image var(--time);width:24px}.header__burger--active:after{background-color:var(--white);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E")}.header .btn--black{cursor:pointer}.header .btn--black:hover{background-color:var(--white);color:var(--black)}.header .btn--black:active{background-color:var(--black);color:var(--white)}.header--light{background:transparent}.header--light .header__logo{background-image:url(/assets/img/header-logo-spr.svg)}.header--light .header__nav-link{color:var(--white)}.header--light .header__nav-link:hover{color:var(--yellow)}.header--light .header__burger{background:var(--white)}.header--light .header__burger--active:after,.header--light .header__burger:after{background-color:var(--fill-icon)}.header--light .btn--black,.header--light .btn--black:active{background-color:var(--white);color:var(--black)}.header--light .btn--black:hover{background-color:var(--black);color:var(--white)}.header--transparent{background:transparent}@media(max-width:992px){.header{padding:16px 0}.header .btn,.header__nav{display:none}.header__burger{display:flex}}.hero{overflow:hidden;padding:0}.hero__container{height:230px;position:relative}.hero__content{position:relative;top:60px;z-index:2}.hero__title{color:var(--black);font-size:78px;font-weight:700;line-height:1.1;margin-bottom:20px;text-align:center}.hero__subtitle{color:var(--black);display:flex;flex-direction:row;font-size:18px;justify-content:center;left:22px;position:absolute;right:0;top:95px}.hero__subtitle-block{align-items:center;display:flex;position:relative}.hero__subtitle-block:first-child{margin-right:145px}.hero__subtitle-block:last-child{margin-left:145px}.hero__subtitle-text{margin:0 5px}.hero__subtitle-line{background-color:var(--black);height:1px;margin:0 10px;width:40px}.hero__books{bottom:0;left:0;position:absolute;width:100%;z-index:1}.hero__books-image{height:auto;width:100%}.about{margin-bottom:-250px;position:relative;top:-340px}.about__title{align-items:center;display:flex;font-size:50px;font-weight:600;justify-content:center}.about__title-text{margin:0 6px}.about__dot{font-size:24px}.about__description{font-size:32px;line-height:1;text-align:center}.about__content{position:relative}.about__links{display:flex;font-size:12px;font-weight:600;justify-content:space-between;left:0;position:absolute;right:0;top:134px}.about__links a{align-items:center;display:flex;gap:4px;justify-content:flex-end}.about__details{display:flex;justify-content:space-between;margin-top:100px}.about__main-title{font-size:50px;font-weight:600;line-height:1.1}.about__logo-details{align-items:flex-start;display:flex;flex-basis:20%;flex-shrink:0;justify-content:flex-end}.about__logo-details img{height:150px;-o-object-fit:contain;object-fit:contain;width:168px}.about__actions-intro{color:var(--secondary-text);font-size:18px;margin-bottom:10px}.about__actions-list{list-style:none;margin:0;padding:0}.about__action-link{display:inline-flex;font-size:28px}.about__action-link:hover{color:var(--black)}.about__action-link img{align-self:center;display:inline-block;height:32px;margin:0 6px;width:auto}.about__action-link i{font-size:32px}.about__action-link img:last-child{display:none}.about__action-highlight-gray,.about__action-highlight-pink{align-items:center;border-radius:6px;display:inline-flex;height:28px;margin-left:8px;margin-top:10px;padding:6px 4px 10px;vertical-align:middle}.about__action-highlight-pink{background-color:var(--pink)}.about__action-highlight-gray{background-color:var(--gray)}.news{margin-top:80px}.news__title{color:var(--black);font-size:28px;font-weight:600;margin-bottom:40px}.news__list{display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.news-item{border-radius:24px;display:flex;flex-direction:column;height:364px;justify-content:space-between;overflow:hidden;padding:28px;position:relative}.news-item,.news-item__popup p{color:var(--black)}.news-item--pink{background-color:var(--pink)}.news-item--pink .news-item__date,.news-item--pink .news-item__title-link,.news-item--pink p{color:#5f2e4d}.news-item--yellow{background-color:var(--yellow)}.news-item--yellow .news-item__date,.news-item--yellow .news-item__title-link,.news-item--yellow p{color:#674314}.news-item--green{background-color:var(--dark-green);color:var(--green)}.news-item--green .news-item__category{background-color:hsla(0,0%,100%,.1)}.news-item--green:hover{color:var(--green)!important}.news-item--green .news-item__date,.news-item--green .news-item__title-link,.news-item--green p{color:#97f581}.news-item--white{background-color:var(--white)}.news-item--white .news-item__category{background-color:rgba(34,32,32,.06)}.news-item__header{align-items:flex-start;display:flex;justify-content:space-between;transition:opacity .2s ease,transform .3s ease-in}.news-item__category{background-color:hsla(0,0%,100%,.3);border-radius:12px;display:inline-block;font-size:14px;padding:4px 8px}.news-item__image{border-radius:50%;height:88px;-o-object-fit:cover;object-fit:cover;width:88px}.news-item__main-content{margin-top:15px;transition:opacity .2s ease,transform .3s ease-in}.news-item__date{font-size:16px;margin-bottom:8px}.news-item--green .news-item__date{color:var(--green)}.news-item__title-link{font-size:20px;font-weight:600;line-height:1.3;margin:0;min-height:46.8px}.news-item__title-link a{color:inherit;text-decoration:none}.news-item__popup{display:flex;flex-direction:column;left:28px;opacity:0;pointer-events:none;position:absolute;top:24px;transform:translateY(100px);transition:opacity .2s ease,transform .3s ease-in;width:calc(100% - 56px)}.news-item__popup .news-item__date{margin-top:0}.news-item__popup p{display:-webkit-box;margin-top:20px;overflow:hidden;-webkit-box-orient:vertical;line-clamp:8;-webkit-line-clamp:8}.news-item:hover{color:inherit}.news-item:hover .news-item__header,.news-item:hover .news-item__main-content{opacity:0;transform:translateY(-100px)}.news-item:hover .news-item__popup{margin-top:0;opacity:1;transform:translateY(0)}.creativity{margin-top:80px;padding-bottom:85px;position:relative;z-index:1}.creativity__bg{background-image:url(/assets/img/creativity-bg.png);background-position:bottom;background-repeat:no-repeat;background-size:1480px}.creativity__title{color:var(--black);font-size:28px;font-weight:600;margin-bottom:280px}.creativity__authors-feed{display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.author-card{background-color:var(--white);border-radius:24px;display:flex;flex-direction:column;height:412px;padding:28px;position:relative}.author-card:nth-child(2){bottom:106px}.author-card__image{border-radius:50%;height:128px;margin:0 auto 24px;-o-object-fit:cover;object-fit:cover;width:128px}.author-card__info{margin-bottom:15px;text-align:center}.author-card__name{background-color:var(--pink);border-radius:6px;color:var(--purple);font-size:14px;line-height:1.8;padding:0 6px}.author-card__city,.author-card__name{display:block;font-weight:600;margin:0 auto;width:-moz-max-content;width:max-content}.author-card__city{background-color:var(--secondary-bg);border-radius:12px;color:var(--secondary-text);font-size:12px;padding:2px 8px;transform:rotate(-3deg)}.author-card__work-title{color:var(--black);font-size:20px;font-weight:600;text-align:center}.author-card__excerpt{color:var(--secondary-text);font-size:14px;margin:0;text-align:center}.join-spr{position:relative}.join-spr__container{align-items:flex-start;display:flex;gap:240px;justify-content:space-between;position:relative;z-index:3}.join-spr__container:after{background:rgba(34,34,32,.15);content:"";height:100%;width:1px}.join-spr__container:after,.join-spr__decor{left:50%;position:absolute;top:0;transform:translateX(-50%)}.join-spr__decor{align-items:center;background:var(--bg-color);border:1px solid rgba(34,32,32,.1);border-radius:50%;box-sizing:content-box;display:flex;height:81px;justify-content:center;width:81px;z-index:1}.join-spr__decor:after{background:var(--black);border-radius:50%;content:"";height:15px;position:absolute;width:15px}.join-spr__pen{left:calc(50% - 215px);position:absolute;top:170px;width:270px;z-index:1}.join-spr__arrow{bottom:-6px;left:calc(50% - 8px);position:absolute;width:16px;z-index:1}.join-spr__arrow img{transform:rotate(90deg)}.join-spr__title{color:var(--black);font-size:50px;font-weight:400;line-height:1}.join-spr__logo{align-items:center;display:inline-flex;font-weight:600;vertical-align:baseline}.join-spr__logo-text{margin:0 4px}.join-spr__logo-dot{font-size:24px}.join-spr__info{flex-basis:33%}.join-spr__steps{flex-basis:39%}.join-spr__description{color:var(--secondary-text);font-size:18px;margin-bottom:50px}.join-spr__steps{position:relative}.join-spr__steps .steps-list{list-style:none;margin:0;padding:0}.join-spr__steps .steps-list__item{align-items:center;display:flex;justify-content:space-between;padding:15px 0}.join-spr__steps .steps-list__text{flex-grow:1;font-size:20px;line-height:1.4;margin-right:24px}.join-spr__steps .steps-list__link{font-weight:600;text-decoration:underline}.join-spr__steps .steps-list__link:hover{color:var(--black);text-decoration:none}.join-spr__steps .steps-list__icon{flex-shrink:0;height:80px;width:80px}.opportunities{margin-top:80px}.opportunities__title{color:var(--black);font-size:28px;font-weight:600;margin-bottom:40px}.opportunities__list{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.opportunity-card{background-color:var(--white);border-radius:24px;color:var(--black);display:flex;flex-direction:column;height:364px;justify-content:space-between;overflow:hidden;padding:28px;position:relative}.opportunity-card--large{grid-column:span 2;position:relative}.opportunity-card--large .opportunity-card__title{font-size:28px;line-height:1.2}.opportunity-card--large .opportunity-card__image--large{height:220px;width:220px}.opportunity-card--large .opportunity-card__image--large,.opportunity-card--large .opportunity-card__tag{left:0;position:absolute;top:0}.opportunity-card--large .opportunity-card__content{width:60%}.opportunity-card--dark{background-color:var(--dark-green);color:var(--green)}.opportunity-card--dark .opportunity-card__tag{background-color:hsla(0,0%,100%,.1)}.opportunity-card--dark .opportunity-card__status,.opportunity-card--dark .opportunity-card__title:hover{color:var(--green)}.opportunity-card--dark:hover{color:var(--green)!important}.opportunity-card--dark p{color:var(--green)}.opportunity-card__header{align-items:flex-start;display:flex;justify-content:space-between;position:relative}.opportunity-card__content,.opportunity-card__header{transition:opacity .2s ease,transform .3s ease-in}.opportunity-card__tag{background-color:rgba(34,32,32,.06);border-radius:12px;display:inline-block;font-size:14px;left:0;padding:4px 8px}.opportunity-card__image{border-radius:50%;height:88px;-o-object-fit:cover;object-fit:cover;width:88px}.opportunity-card__status{font-size:16px;margin-bottom:8px}.opportunity-card__title{color:inherit;font-size:20px;font-weight:600;line-height:1.3;margin:0;text-decoration:none}.opportunity-card__popup{display:flex;flex-direction:column;left:28px;opacity:0;pointer-events:none;position:absolute;top:24px;transform:translateY(100px);transition:opacity .2s ease,transform .3s ease-in;width:calc(100% - 56px)}.opportunity-card__popup .opportunity-card__status{margin-top:0}.opportunity-card__popup .opportunity-card__description{display:-webkit-box;margin-top:20px;overflow:hidden;-webkit-box-orient:vertical;line-clamp:7;-webkit-line-clamp:7}.opportunity-card--large .opportunity-card__description{line-clamp:9;-webkit-line-clamp:9}.opportunity-card:nth-child(2) .opportunity-card__description{line-clamp:6;-webkit-line-clamp:6}.opportunity-card:hover{color:inherit}.opportunity-card:hover .opportunity-card__content,.opportunity-card:hover .opportunity-card__header{opacity:0;transform:translateY(-100px)}.opportunity-card:hover .opportunity-card__popup{margin-top:0;opacity:1;transform:translateY(0)}.opportunities__list{grid-template-columns:repeat(4,1fr)}.organization-info{margin-top:90px}.organization-info__header{align-items:flex-start;display:flex;gap:40px;justify-content:space-between;margin-bottom:70px}.organization-info__title{color:var(--black);flex-basis:35%;flex-shrink:0;font-size:50px;font-weight:600;line-height:1.1}.organization-info__summary{display:flex;flex-basis:50%;flex-direction:column;font-size:18px;gap:18px;line-height:140%}.organization-info__summary p{color:var(--black)}.organization-info__description{font-size:18px;line-height:1.4}.organization-info__established{font-size:18px;margin-top:10px}.organization-info__pillars{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);text-align:center}.pillar-item{align-items:center;background-color:var(--white);border-radius:200px;display:flex;flex-direction:column;padding:100px 60px 140px}.pillar-item__icon{height:128px;margin-bottom:24px;width:128px}.pillar-item__title{color:var(--black);font-size:24px;font-weight:600;margin-bottom:12px;margin-top:0}.pillar-item__description{color:var(--secondary-text);font-size:18px;line-height:1.4}.community{overflow:hidden;position:relative}.community__bg{background-image:url(/assets/img/community-bg.png);background-position:20% bottom;background-repeat:no-repeat;background-size:929px;margin:0 auto;padding:90px 0}.community__container{align-items:flex-start;display:flex;gap:60px;justify-content:space-between}.community__join{flex-basis:40%;flex-shrink:0}.community__join p{color:var(--black)}.community__join-title{color:var(--black);font-size:44px;font-weight:400;line-height:1.1;margin-top:0}.community__join-title strong{font-size:52px}.community__join-subtitle{font-size:18px;line-height:1.5;margin-top:4px;max-width:400px}.community__join-members-count{color:var(--black);font-size:104px;font-weight:700;line-height:1;margin-top:56px}.community__members{background-color:var(--white);border-radius:12px;flex-basis:50%;padding:40px}.community__members-title{color:var(--black);font-size:28px;font-weight:600;margin-bottom:30px;margin-top:0}.community__members-list{display:grid;gap:40px 16px;grid-template-columns:repeat(3,1fr)}.member-card{align-items:center;color:inherit;display:flex;flex-direction:column;padding:0 8px 23px;text-align:center;text-decoration:none}.member-card__image{-o-object-fit:cover;object-fit:cover}.member-card__icon-wrapper,.member-card__image{border-radius:50%;height:128px;margin-bottom:10px;width:128px}.member-card__icon-wrapper{align-items:center;background-color:var(--secondary-bg);display:flex;justify-content:center}.member-card__icon{height:40px;width:40px}.member-card__name{color:var(--black);font-size:18px;font-weight:600;line-height:120%;margin-bottom:4px;margin-top:0}.member-card__status{color:var(--secondary-text);font-size:14px;line-height:1.4;margin-bottom:0;margin-top:0}.faq{background-color:var(--bg-color);margin-bottom:90px}.faq__title{color:var(--black);font-size:28px;font-weight:600;line-height:120%;margin:0}.faq__collapse{border-radius:24px;margin-top:40px;overflow:hidden}.faq__item{background-color:var(--white)}.faq__item+.faq__item{border-top:1px solid rgba(0,0,0,.15)}.faq__header{background-color:var(--white);cursor:pointer;font-size:18px;font-weight:700;justify-content:space-between;line-height:130%;padding:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq__header,.faq__icon{align-items:center;display:flex}.faq__icon{justify-content:center}.faq__icon-minus{display:none}.faq__body{background-color:var(--white);max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.faq__content{color:var(--black);font-size:16px;line-height:1.5;padding:4px 24px 24px}.faq__content a{text-decoration-line:underline}.faq__footer{padding:24px;text-align:right}.faq__link{align-items:center;color:var(--black);display:flex;font-size:12px;font-weight:600;gap:4px;justify-content:flex-end}.faq .is-active .faq__icon-plus{display:none}.faq .is-active .faq__icon-minus{display:block}.faq .is-active+.faq__body{max-height:1000px;opacity:1}.custom-numbered-list{counter-reset:custom-list-counter;list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.custom-numbered-list__item{margin-bottom:20px;padding-left:42px;position:relative}.custom-numbered-list__item:last-child{margin-bottom:0}.custom-numbered-list__item:before{align-items:center;border:1px solid rgba(34,32,32,.1);border-radius:50%;content:counter(custom-list-counter);counter-increment:custom-list-counter;display:flex;height:32px;justify-content:center;left:0;line-height:32px;position:absolute;top:-4px;width:32px}.hero-carousel{align-items:center;height:1200px;margin-bottom:-380px;overflow:hidden;top:-380px}.hero-carousel,.hero-carousel__wrapper{display:flex;justify-content:center;position:relative;width:100%}.hero-carousel__wrapper{align-items:flex-end;flex-direction:row;gap:.69rem;left:0;max-width:1440px}.hero-carousel__item{flex:1 1 auto;height:-moz-fit-content;height:fit-content;width:100%}.hero-carousel__item-info{align-items:flex-start;background-color:#fff;border-radius:8px;bottom:max(-38px,-2vw);display:none;flex-direction:column;min-width:200px;padding-left:40px;padding-right:10px;padding-block:5px;position:absolute;z-index:10}.hero-carousel__item-info-shown{display:flex}.hero-carousel__item-img{border-radius:50%;height:60px;left:-30px;-o-object-fit:contain;object-fit:contain;position:absolute;top:-20px;width:60px}.hero-carousel__item-title{color:#222020;font-size:18px;font-weight:600}.hero-carousel__item-author{color:#969696;font-size:16px;font-weight:400}.hero-carousel__item-image{border-radius:12px;filter:none;opacity:1;overflow:hidden;position:relative;transition:all .65s ease-in-out;width:100%;will-change:filter,opacity}.hero-carousel__item-image div{background-position:80% 30%;background-repeat:no-repeat;background-size:cover;display:block;height:100%;left:0;position:absolute;top:0;transition:all 1s ease-in-out;width:100%}.hero-carousel__item-image svg{height:100%;width:100%}.hero-carousel__item-image.hide{filter:blur(10px);opacity:0}.hero-carousel__item-image-blur{filter:blur(1px);opacity:.2}.hero-carousel__item:first-child .hero-carousel__item-image{height:40rem}.hero-carousel__item:first-child .hero-carousel__item-info{left:6rem;transform:translateY(-4.5rem)}.hero-carousel__item:nth-child(2){margin-bottom:5.56rem}.hero-carousel__item:nth-child(2) .hero-carousel__item-image{height:25.9375rem}.hero-carousel__item:nth-child(2) .hero-carousel__item-info{left:11rem;transform:translateY(-6.5rem)}.hero-carousel__item:nth-child(3){margin-bottom:8.19rem}.hero-carousel__item:nth-child(3) .hero-carousel__item-image{height:20.25rem}.hero-carousel__item:nth-child(3) .hero-carousel__item-info{left:20rem;transform:translateY(-6.5rem)}.hero-carousel__item:nth-child(4){margin-bottom:9.06rem}.hero-carousel__item:nth-child(4) .hero-carousel__item-image{height:17.75rem}.hero-carousel__item:nth-child(4) .hero-carousel__item-info{left:32rem;transform:translateY(-7rem)}.hero-carousel__item:nth-child(5){margin-bottom:9.06rem}.hero-carousel__item:nth-child(5) .hero-carousel__item-image{height:17.75rem}.hero-carousel__item:nth-child(5) .hero-carousel__item-info{left:auto;right:32rem;transform:translateY(-7rem)}.hero-carousel__item:nth-child(6){margin-bottom:8.19rem}.hero-carousel__item:nth-child(6) .hero-carousel__item-image{height:20.25rem}.hero-carousel__item:nth-child(6) .hero-carousel__item-info{left:auto;right:20rem;transform:translateY(-6.5rem)}.hero-carousel__item:nth-child(7){margin-bottom:5.56rem}.hero-carousel__item:nth-child(7) .hero-carousel__item-image{height:25.9375rem}.hero-carousel__item:nth-child(7) .hero-carousel__item-info{left:auto;right:11rem;transform:translateY(-6.5rem)}.hero-carousel__item:nth-child(8) .hero-carousel__item-image{height:40rem}.hero-carousel__item:nth-child(8) .hero-carousel__item-info{left:auto;right:6rem;transform:translateY(-4.5rem)}@keyframes show{0%{filter:blur(0);opacity:1}50%{filter:blur(10px);opacity:0}to{filter:blur(0);opacity:1}}@media(max-width:1280px){.pillar-item{padding:100px 24px 140px}}@media(max-width:992px){.faq{margin-bottom:60px}.faq__title{font-size:20px}.faq__collapse{margin-top:24px}.faq__header{align-items:flex-start;padding:20px 24px}.faq__link{justify-content:center}.community__container{flex-direction:column;gap:32px}.community__bg{background-position:top;background-size:350px;padding:60px 0}.community__join{flex-basis:unset;width:100%}.community__join-title,.community__join-title strong{font-size:28px}.community__join-subtitle{font-size:16px;max-width:100%}.community__join-members-count{font-size:64px;line-height:110%;margin-top:24px}.community__members{border-radius:24px;flex-basis:unset;padding:24px 16px;width:100%}.community__members-title{font-size:24px;margin-bottom:24px}.community__members-list{gap:8px 23px;grid-template-columns:repeat(2,1fr)}.member-card__name{font-size:14px}.organization-info__title{flex-basis:unset;font-size:28px;margin-bottom:0}.organization-info__header{flex-direction:column;gap:16px;margin-bottom:24px}.organization-info__summary{flex-basis:unset;font-size:16px;gap:16px}.organization-info__pillars{grid-template-columns:repeat(1,1fr)}.pillar-item{border-radius:24px;flex-direction:row;gap:16px;padding:16px 16px 48px}.pillar-item__icon{flex-shrink:0;height:64px;margin-bottom:0;width:64px}.pillar-item__title{font-size:18px;margin-bottom:8px}.pillar-item__description{font-size:16px}.pillar-item-wrap{flex-grow:1;text-align:left}.opportunities{margin-top:60px}.opportunities__title{font-size:20px;margin-bottom:24px}.opportunities__list{display:flex;gap:8px;overflow-x:auto}.opportunity-card{flex-shrink:0;height:auto;max-width:280px;width:100%}.opportunity-card--large .opportunity-card__image--large{border-radius:50%;height:88px;-o-object-fit:cover;object-fit:cover;position:relative;right:unset;top:unset;width:88px}.opportunity-card--large .opportunity-card__tag{left:unset;position:relative;top:unset}.opportunity-card--large .opportunity-card__content{width:100%}.opportunity-card--large .opportunity-card__title{font-size:16px}}.test{min-width:176px}/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */@layer properties;@layer theme, base, components, utilities;@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-black:#000;--color-white:#fff;--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:1.33333;--text-sm:0.875rem;--text-sm--line-height:1.42857;--text-base:1rem;--text-base--line-height:1.5;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-secondary:#7d7d7d;--color-primary:#222020;--tw-border-style:solid;--tw-content:""}}@layer base{*,::backdrop,::file-selector-button,:after,:before{border:0 solid;box-sizing:border-box;margin:0;padding:0}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-size:1em;font-variation-settings:var(--default-mono-font-variation-settings,normal)}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}::file-selector-button,button,input,optgroup,select,textarea{background-color:transparent;border-radius:0;color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports(not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentcolor}::placeholder{color:currentcolor}@supports(color:color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}.feedback-btn{background-color:#222020;border-radius:5rem;cursor:pointer;font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height));margin-top:calc(var(--spacing)*11);padding-block:calc(var(--spacing)*4);padding-inline:calc(var(--spacing)*5);--tw-leading:120%;line-height:120%;--tw-font-weight:var(--font-weight-semibold);color:var(--color-white);font-weight:var(--font-weight-semibold)}.feedback-modal-wrapper{align-items:center;background-color:color-mix(in srgb,#000 15%,transparent);display:none;inset:calc(var(--spacing)*0);justify-content:center;left:calc(var(--spacing)*0);opacity:0;position:fixed;top:calc(var(--spacing)*0);z-index:112}@supports(color:color-mix(in lab,red,red)){.feedback-modal-wrapper{background-color:color-mix(in oklab,var(--color-black) 15%,transparent)}}.feedback-modal{background-color:var(--color-white);border-radius:1.5rem;box-sizing:border-box;display:none;flex-direction:column;max-height:100svh;max-width:47.3125rem;opacity:0;padding:calc(var(--spacing)*10);width:100%}.feedback-modal:has(.feedback-modal-success){max-width:550px}.feedback-modal h2{font-size:2rem;--tw-leading:120%;line-height:120%;--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.feedback-modal p{font-size:1.125rem;--tw-leading:140%;color:#75787a;line-height:140%}.feedback-modal-header{display:flex;flex-direction:column;gap:calc(var(--spacing)*3);margin-bottom:calc(var(--spacing)*6);position:relative}.feedback-modal-header button{cursor:pointer;height:calc(var(--spacing)*3.5);position:absolute;right:calc(var(--spacing)*0);top:calc(var(--spacing)*0);width:calc(var(--spacing)*3.5)}.feedback-modal-success{align-items:center;display:flex;flex-direction:column;gap:32px;text-align:center}.feedback-modal-success button{margin-top:0}.feedback-modal-success img{height:180px;width:180px}.feedback-modal-success h2{margin-bottom:0}.feedback-modal-success p{margin-top:-16px}.feedback-modal-form{display:flex;flex-direction:column;gap:calc(var(--spacing)*4)}.feedback-modal-form input,.feedback-modal-form textarea{--tw-border-style:solid;border-color:color-mix(in oklab,#222020 10%,transparent);border-radius:3rem;border-style:var(--tw-border-style);border-width:1px;padding-block:calc(var(--spacing)*3.5);padding-inline:calc(var(--spacing)*5);position:relative}.feedback-modal-form input::-moz-placeholder,.feedback-modal-form textarea::-moz-placeholder{color:color-mix(in oklab,#222020 30%,transparent)}.feedback-modal-form input::placeholder,.feedback-modal-form textarea::placeholder{color:color-mix(in oklab,#222020 30%,transparent)}.feedback-modal-form textarea{border-radius:1.5rem}.feedback-modal-footer .feedback-btn{margin-top:calc(var(--spacing)*8)}.spr-attechments{justify-content:space-between;width:100%}.spr-attechments,.spr-checkbox{align-items:flex-start;display:flex}.spr-checkbox{gap:calc(var(--spacing)*2)}.spr-checkbox span{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height));max-width:19.375rem;--tw-leading:140%;color:#75787a;line-height:140%}.spr-checkbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiMyMjIwMjAiIHJ4PSI4Ii8+PHJlY3Qgd2lkdGg9IjIzIiBoZWlnaHQ9IjIzIiB4PSIuNSIgeT0iLjUiIHN0cm9rZT0iIzIyMjAyMCIgc3Ryb2tlLW9wYWNpdHk9Ii4xIiByeD0iNy41Ii8+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJtNi4xNjcgMTMuNjY3IDMuMzMzIDIuNUwxNyA3Ii8+PC9zdmc+);background-repeat:no-repeat;background-size:cover;border-radius:.5rem;border-style:var(--tw-border-style);border-width:0;height:calc(var(--spacing)*6);min-width:calc(var(--spacing)*6);padding:calc(var(--spacing)*0);width:calc(var(--spacing)*6)}.footer{background:var(--black);padding:60px 0}.footer__wrap{align-items:flex-start;display:flex}.footer__info{max-width:319px;width:100%}.footer__info p{color:var(--secondary-text);font-size:14px;line-height:140%;margin:0}.footer__info--made-by{margin-top:13px}.footer__logo-text{display:block;margin-bottom:6px;transition:opacity var(--time)}.footer__logo-text:hover{opacity:.7}.footer__logo-text p{color:var(--white);font-size:18px;font-weight:600}.footer__nav{display:flex;flex-direction:column;gap:35px;margin-left:126px;max-width:313px;width:100%}.footer__nav-link{color:var(--white);font-size:14px;font-weight:600;line-height:120%}.footer__nav-link a{color:var(--white);transition:color var(--time)}.footer__nav-link a:hover{color:var(--yellow);text-decoration-line:none}.footer__link{text-decoration:underline}.footer__contacts{margin-left:21px;max-width:540px;width:100%}.footer__contacts-items{display:grid;gap:32px 16px;grid-template-columns:repeat(2,1fr)}.footer__contacts-item{color:var(--white);display:flex;flex-direction:column;font-size:14px;gap:8px;line-height:140%}.footer__contacts-item a{color:var(--white);font-weight:600;transition:color var(--time)}.footer__contacts-item a:hover{color:var(--yellow);text-decoration-line:none}.footer__contacts-item>div:nth-child(2){font-weight:600}.footer__socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:47px}.footer__socials-item{align-items:center;background:var(--white);border-radius:50%;display:flex;height:34px;justify-content:center;max-width:34px;transition:opacity var(--time);width:100%}.footer__socials-item:hover{opacity:.7}.footer__bottom{color:var(--secondary-text);display:flex;display:none;flex-direction:column;font-size:14px;gap:16px;line-height:140%;margin-top:32px}.footer__bottom-text{display:flex;flex-direction:column;gap:16px}.footer__bottom a{color:var(--secondary-text);transition:color var(--time)}.footer__bottom a:hover{color:var(--yellow);text-decoration-line:none}@media(max-width:1280px){.footer__nav{max-width:200px}}@media(max-width:992px){.footer{padding:40px 0 16px}.footer__wrap{align-items:center;flex-wrap:wrap;gap:24px 32px}.footer__info{max-width:75px}.footer__info-text{display:none}.footer__nav{flex-direction:row;flex-grow:1;flex-wrap:wrap;gap:16px;margin-left:0;max-width:none;width:calc(100% - 107px)}.footer__bottom{display:flex}.footer__socials{margin-top:18px}.footer__contacts{margin-left:0;max-width:none;width:100%}.footer__contacts-items{display:grid;gap:19px;grid-template-columns:repeat(1,1fr)}.footer__contacts-item--site{display:none}}.banner-inner{align-items:center;display:flex;height:650px;justify-content:center;padding:50px 16px 0;position:relative;width:100%}.banner-inner__image,.banner-inner__image:after{height:100%;left:0;position:absolute;top:0;width:100%}.banner-inner__image:after{background:rgba(34,34,32,.6);content:""}.banner-inner__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.banner-inner__wrap{align-items:center;display:flex;flex-direction:column;margin:auto;max-width:807px;padding:30px 0;position:relative;width:100%;z-index:3}.banner-inner h1{color:var(--white);font-size:78px;font-weight:700;letter-spacing:-3px;line-height:112%;margin:0;text-align:center}.banner-inner__nav{align-items:center;border:1px solid var(--white);border-radius:70px;display:flex;gap:24px;margin:60px auto 0;padding:20px 32px;width:-moz-fit-content;width:fit-content}.banner-inner__nav-link{border-bottom:1px solid transparent;color:var(--white);font-size:14px;font-weight:600;line-height:120%;transition:color var(--time),border-color var(--time)}.banner-inner__nav-link:hover{color:var(--yellow);text-decoration-line:none}.banner-inner__nav-link--active{border-bottom:1px solid var(--white)}.banner-inner__nav-link--active:hover{color:var(--white);cursor:default}.banner-inner__nav--mobile{display:none}@media(max-width:992px){.banner-inner{flex-direction:column;padding-top:84px}.banner-inner h1{font-size:36px;letter-spacing:0}.banner-inner__wrap{max-width:none;padding:16px 0}.banner-inner__nav{border-radius:30px;display:none;padding:12px 16px;position:relative;z-index:3}.banner-inner__nav-link{display:none}.banner-inner__nav-link--active{align-items:center;border:none;display:flex}.banner-inner__nav-link--active:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cpath stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' d='M12.5 6v12M18.5 12h-12'/%3E%3C/svg%3E");content:"";flex-shrink:0;height:24px;position:relative;width:24px}.banner-inner__nav--mobile{display:flex;margin-bottom:16px}}:root{--bg-color:#f2f2f2;--black:#222020;--yellow:#fece0a;--white:#fff;--pink:#facce9;--gray:#ddd;--green:#97f581;--dark-green:#091d04;--purple:#5f2e4d;--secondary-text:#75787a;--secondary-bg:#e9e9e9;--time:ease-in-out 0.25s;--fill-icon:#222}body{background:var(--bg-color);color:var(--black);display:flex;flex-direction:column;line-height:1.5}main{flex-grow:1;padding-top:100px}.container{margin:0 auto;max-width:1480px;padding:0 16px;width:100%}img{max-height:100%;max-width:100%}.btn{border:none;border-radius:30px;cursor:pointer;font-size:16px;font-weight:600;line-height:120%;outline:none;padding:16px 20px;width:-moz-fit-content;width:fit-content}.btn--black{background:var(--black);color:var(--white);transition:background var(--time)}.btn--black:hover{background:var(--white);color:var(--black)}.btn--black:active{background:var(--black);color:var(--white)}.pt-0{padding-top:0!important}.input-group{width:100%}.input-group input{background:var(--white);border:1px solid rgba(34,32,32,.1);border-radius:100px;color:var(--black);font-size:16px;height:52px;line-height:140%;outline:none;padding:0 20px;width:100%}.input-group input::-moz-placeholder{color:rgba(34,32,32,.3)}.input-group input::placeholder{color:rgba(34,32,32,.3)}.textarea{width:100%}.textarea textarea{background:var(--white);border:1px solid rgba(34,32,32,.1);border-radius:24px;color:var(--black);font-size:16px;height:52px;height:160px;line-height:140%;outline:none;padding:14px 20px;resize:vertical;width:100%}.textarea textarea::-moz-placeholder{color:rgba(34,32,32,.3)}.textarea textarea::placeholder{color:rgba(34,32,32,.3)}.policy{position:relative;width:100%}.policy input{align-items:center;-webkit-appearance:none;border:1px solid var(--black);border-radius:8px;cursor:pointer;display:flex;height:24px;justify-content:center;left:0;margin:0;position:absolute;top:0;transition:background var(--time);width:24px}.policy input:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23fff' d='m4.167 11.667 3.333 2.5L15 5'/%3E%3C/svg%3E");content:"";height:20px;opacity:0;position:absolute;transition:opacity var(--time),visibility var(--time);visibility:hidden;width:20px}.policy input:checked{background:var(--black)}.policy input:checked:after{opacity:1;visibility:visible}.policy label{color:var(--secondary-text);cursor:pointer;display:block;font-size:16px;line-height:140%;margin:0;padding-left:32px}.policy label a,.policy label a:hover{text-decoration-line:underline}@media(max-width:992px){.main{padding-top:84px}.btn{width:100%}}.mobile-modal{align-items:center;background-image:url(/assets/img/375.jpg);background-position:bottom;background-repeat:no-repeat;background-size:cover;display:none;flex-direction:column;justify-content:center;min-height:100svh;padding:16px;position:relative;width:100%}.mobile-modal h3{font-size:22px;font-weight:600;letter-spacing:-2%;margin-bottom:16px;text-align:center;width:100%}.mobile-modal p{font-size:16px;text-align:center}.mobile-modal a{display:flex;justify-content:center;margin-top:36px;margin-inline:auto}.mobile-modal-search-icon{left:27px;position:absolute;top:33px}.mobile-modal-telegram-icon{position:absolute;right:44px;top:12vh}@media(max-width:1024px){.page,footer,header,main{display:none}.mobile-modal{display:flex}}