.new-index-page-slider__item {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 9rem;
    padding-bottom: 2rem;
    box-sizing: border-box;
}

.new-index-page-slider__item-content {}

.new-index-page-slider__item-title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    font-weight: bold;
    text-transform: uppercase;
    /* font-family: Arial; */
}

.new-index-page-slider__item-desc {
    font-size: 1.25rem;
    max-width: 42.25rem;
    width: 100%;
    font-weight: 600;
    margin-top: 1rem;
    line-height: 2rem;
    opacity: .88;
}

.new-index-page-slider__item-btn-wrap {
    margin-top: 3rem;
    display: flex;
    overflow: hidden;
}

.new-index-page-slider__item-btn {
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00aff0;
    color: white;
    padding: 0 2rem;
    font-size: 1.25rem;
    font-weight: bold;
    width: 100%;
    max-width: 20rem;
    transition: all ease .24s;
}

.new-index-page-slider__item-btn:hover {}

.new-index-page-slider {
    background-color: #022D51;
    color: white;
    position: relative;
}

.new-index-page-slider__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
}

.new-index-page-slider__bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.new-index-page-slider__bg-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(2 45 81 / 72%);
    z-index: 2;
}

.new-index-page-slider__bg-video {}

new-index-page-slider__bg-video-file {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.new-index-page-slider__bg-video-file {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: ÐµÑ‰Ð· center;
}

.new-index-page-slider__carusel {
    position: relative;
    z-index: 2;
    opacity: 0;
}

.new-index-page-slider__carusel.is-loaded {
    opacity: 1;
}

.new-index-page-slider__item-title span {
    color: #00AFF0;
}

.new-index-page-slider__item-desc {}

.new-index-page-slider__item-btn:hover {
    background-color: #0488b9;
    color: white;
}

.new-index-page-slider__btn {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    margin: unset !important;
    width: 4rem !important;
    height: 4rem !important;
    border: 2px solid white;
    right: unset !important;
    color: white !important;
    border-radius: 100%;
    transition: all ease .24s !important;
}

.new-index-page-slider__btn.--left {}

.new-index-page-slider__btn.--right {}

.new-index-page-slider__nav {
    position: absolute;
    bottom: 11rem;
    left: 0;
    height: 0;
    width: 100%;
    z-index: 2;
}

.new-index-page-slider__btns {
    display: flex;
    align-items: center;
    position: relative;
    gap: .75rem;
}

.new-index-page-slider__pagination {
    flex: 1 !important;
    left: unset !important;
    right: unset !important;
    width: unset !important;
    position: relative !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 1.5rem !important;
}

.new-index-page-slider__btn.--left:after {
    left: -.125rem;
    position: relative;
}

.new-index-page-slider__btn.--right:after {
    right: 1rem !important;
}

.new-index-page-slider__btn.--right:after {margin-right: -.15rem;}

.new-index-page-slider__nav-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.new-index-page-slider__btn:hover {
    background-color: white !important;
    transform: scale(1.15);
}

.new-index-page-slider__btn:hover:after {
    color: #00aff0;
}

.new-index-page-slider__btn:after {
    transition: all ease .24s;
}

.new-index-page-slider__pagination {
    bottom: 0 !important;
    justify-content: flex-start;
    display: flex;
    padding-left: 2rem;
}

.new-index-page-slider__pagination .swiper-pagination-bullet {
    width: 4rem !important;
    height: 0;
    border-radius: 0;
    height: 2px;
    background-color: white;
    transition: all ease .24s;
}

.new-index-page-slider__pagination .swiper-pagination-bullet-active {}

.new-index-page-slider__item-main-wrap {
    height: 4.5rem
}
.new-index-page-advanstages__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 2rem 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-top: -3rem;
}

.new-index-page-advanstages__title {
    font-size: 1.25rem;
    line-height: 1.87rem;
    font-weight: 650;
    color: black;
    text-align: left;
}

.new-index-page-advanstages__item {
    padding: 0 2rem;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    margin-right: -1px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-index-page-advanstages__img {
    max-height: 14rem;
    margin: 0 atuo;
}

.new-index-page-advanstages__tumb-img {
    margin-top: 2rem;
}




@media screen and (max-width: 991px) {
     .new-index-page-advanstages__item {
        padding: 0;
        border-left: 0;
        border-right: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-top: 1px solid #E7E7E7;
    }
    .new-index-page-slider__item-title {}

    .new-index-page-slider__item-title {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .new-index-page-advanstages__items {
        grid-template-columns: 1fr;
        margin-top: 0;
        border-top: 0;
        margin-top: -2rem;
    }
    
    .new-index-page-slider__item-desc {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    
    .new-index-page-slider__item-desc br {
        display: none;
    }
    
    .new-index-page-slider__item {
        padding: 1rem;
        min-height: auto;
        padding-top: 6rem;
        padding-bottom: 5rem;
    }
    
    .new-index-page-slider__nav {
        bottom: 1.5rem;
    }
    
    .new-index-page-slider__btns {
        display: none;
    }
}

body{
    background: #F9F9F9;
}

.--image-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pl-0{
    padding-left:  0 !important;
}
.pr-32{
    padding-right:  2rem;
}

.--direction-column{
    flex-direction: column;
}

.section__prediction-desc{
    display: flex;
    flex-direction: column;
    color: rgba(14, 20, 22, 0.64);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 2.62rem;
}
.section__prediction-block{
}
.section__prediction-block-title{
    color:  #00AFF0;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 120%; /* 4.2rem */
    letter-spacing: -0.07rem;
}
.section__prediction-block-title span{
    color: #0E1416;
}
.section__prediction-desc span{
    color: rgba(14, 20, 22, 0.96);
    font-weight: 600;
}

.section__prediction-desc span.--blue{
    color: #00AFF0;
    border-bottom: 0.0625rem solid #62d4ff;
    font-weight: 600;
}
.section__prediction-block-btn{
    border-radius: 0.5rem;
    background: #00AFF0;
    /*padding: 1.5rem 7.75rem; */
    max-width: fit-content;
    color: #FFF !important;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 150%; /* 2.25rem */
    letter-spacing: 0.045rem;
    text-transform: uppercase;
    margin-top: 4.63rem;
    transition: all .24s ease;
}
.section__prediction-block-btn:hover{
    cursor: pointer;
    background: #005aaa;
}
.section__prediction-block-btn:active{
    transform: scale(.9);
}
.section__prediction-trend-title{
    color: rgba(14, 20, 22, 0.96);
    font-size: 2rem;
    font-weight: 600;
    line-height: 130%;
    margin-top: 0.75rem;
}
.section__prediction-trend {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section__prediction{
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
}
.--check li:before{
    content: '';
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' viewBox='0 0 22 18' fill='none'%3e%3cpath d='M22 3.3532L7.97191 17.3813L0 9.40938L2.73455 6.68256L7.97191 11.9199L19.2654 0.618652L22 3.3532Z' fill='%2300AFF0'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 1.375rem;
    height: 1.04769rem;
    background-size: contain;
    display: block;
    position: absolute;
    left: -1rem;
    top: 0.3rem;
}
.--check li{
    background: none;
    color: rgba(14, 20, 22, 0.64);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%; /* 1.75rem */
    margin-bottom: 1rem;
}

.section__prediction-trend-list{
    padding-left: 1rem;
}
.section__prediction-trend-block{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2.75rem;
    border-radius: 0.1875rem;
    color: white;
}
.section__prediction-trend-blocks{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.section__prediction-trend-block.--experts{
    background: #1E3C48;
}
.section__prediction-trend-block.--listeners{
    background: #00AFF0;
}
.section__prediction-trend-block-title{
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 100%; /* 6.75rem */
    letter-spacing: -0.135rem;
}
.section__prediction-trend-block-desc{
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: 0.04rem;
}
.section__quote{
    border-radius: 0.1875rem;
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem 4rem 2rem;
    flex: 1;
    align-items: end;
}
.section__quotes{
    display: flex;
    width: 100%;
    gap: 1rem;
}

.center-wrap{
    padding: 4.375rem 7.75rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
	position: relative;
	z-index: 3;
    background: #F9F9F9;
}

.section__quote.team-item.team-item_decor .team-item__pic-wrap:before {
    width: 7.8125rem;
    height: 7.8125rem;
    margin: -4.125rem 0 0 -3.5rem;
}
.section__quote.team-item.team-item_decor .team-item__pic-wrap:after {
    width: 11.75rem;
    height: 3.6875rem;
}
.section__quote.team-item.team-item_decor .team-item__mask {
    left: -4px;
    width: 7.9375rem;
    height: 7.8125rem;
}

.section__quote-thumb .team-item__pic-wrap{
    width: 8.75rem;
    height: 9.3125rem;
}
.section__quote-head{
    display: flex;
    align-items: center;
    gap: 2rem;

}
.section__quote-name{
    color: rgba(14, 20, 22, 0.96);
    font-size: 2rem;
    font-weight: 600;
    line-height: 130%;
}
.section__quote-position{
    color: rgba(14, 20, 22, 0.64);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 150%; /* 1.875rem */
}
.section__quote-title{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.section__quote-text p{
    text-align: left;
    color: rgba(14, 20, 22, 0.64);
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
.section__quote-text{
    padding-left: 4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.section__quote-text::before{
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='28' viewBox='0 0 32 28' fill='none'%3e%3cpath d='M13.2683 20.8555C13.2683 25.6499 10.9268 27.5454 6.8014 27.5454C2.00697 27.5454 0 25.5384 0 19.406C0 11.6011 3.79094 4.13072 10.0348 0.228281C10.8153 -0.106216 11.3728 -0.106216 11.7073 0.451274L12.8223 2.12375C13.1568 2.56974 12.9338 3.35023 12.4878 3.68472C9.70035 6.36069 7.47038 10.3746 7.35889 14.3886C11.9303 14.3886 13.2683 17.7335 13.2683 20.8555ZM32 20.8555C32 25.6499 29.6585 27.5454 25.5331 27.5454C20.7387 27.5454 18.7317 25.5384 18.7317 19.406C18.7317 11.6011 22.5226 4.13072 28.7666 0.228281C29.547 -0.106216 30.1045 -0.106216 30.439 0.451274L31.554 2.12375C31.8885 2.56974 31.6655 3.35023 31.2195 3.68472C28.4321 6.36069 26.2021 10.3746 26.0906 14.3886C30.662 14.3886 32 17.7335 32 20.8555Z' fill='%2300AFF0'/%3e%3c/svg%3e");
    width: 2rem;
    height: 1.72156rem;
    background-size: contain;
    left: 0;
	background-repeat: no-repeat;
}
.section__research{
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.section__research-title{
    color: var(--Color, #0E1416);
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.07rem;
}
.section__research-autor{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    border-radius: 0.1875rem;
    color: white;
    height: 18.75rem;
    box-sizing: border-box;
}
.section__research-autors{
    display: flex;
    gap: 1rem;
}
.section__research-autor-text{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 1.625rem */
}
.section__research-autor-thumb{
    max-width: 9.75rem;
    max-height: 5.3125rem;
    border-radius: 0.1875rem;
    overflow: hidden;
}
.section__cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    padding-bottom: 4rem;
}
.section__card{
    border-radius: 0.1875rem;
    background: #FFF;
    height: 18.75rem;
    padding: 2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section__card-number{
    color: #101010;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 100%; /* 6.75rem */
    letter-spacing: -0.135rem;
}
.section__card-text{
    color: #101010;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.section__topic{
    display: flex;
	flex-direction: row-reverse;
    padding-bottom: 4rem;
    align-items: flex-start;
}

.section__topic-title{
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 120%; /* 4.2rem */
    letter-spacing: -0.07rem;
    color: #0E1416;
}
.section__topic-tab{
    padding: 1rem 4rem 1rem 2rem;
    border-radius: 4rem;
    border: 2px solid #00AFF0;
    display: flex;
    gap: 1rem;
    align-items: center;
    transition: all .24s ease;
}

.section__topic-box{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.section__topic-sidebar{
    position: sticky;
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    z-index: 5;
    margin-top: 23rem;
    margin-left: 2rem;
    margin-right: -7rem;
    top: 1rem;
}

.section__topic-sidebar-item.is-active .section__topic-tab-icon{
    filter: contrast(1) invert(1);
}

.section__topic-sidebar-item.is-active{
    background-color: #00AFF0;
}

.section__topic-sidebar-item{
    transition: all .24s ease;
}

.section__topic-tab-icon{
    transition: all .24s ease;
}

.is-active.section__topic-sidebar{
    display: flex;

}

.section__topic-sidebar-item{
    border-radius: 50%;
    border: 2px solid #00AFF0;
    padding: 0.25rem;
    width: 4.5rem;
    height: 4.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section__topic-block{
    display: none;
}
.section__topic-block.is-active{
    display: flex !important;
    flex-direction: column;
}

.section__topic-block{
    background: white;
    padding: 4rem 5.375rem;
}

.section__topic-block-title{
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 120%; /* 4.2rem */
    letter-spacing: -0.07rem;
    color: #0E1416;
}
.section__topic-block-title span{
    color: #00AFF0;
}
.section__topic-block-card-head{
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.section__topic-block-card{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5.38rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(14, 20, 22, 0.16);
    padding-top: 4rem;
}

.section__topic-block-card.--first{
    margin-top: 5.38rem;
    padding-top: 0;
}

.section__topic-block-card.--last{
    border-bottom: none;
}

.section__topic-block-card-content{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.section__topic-block .section__topic-block-card-content{
    gap: 1rem;
}

.section__topic-block-card-content-block{
    display: flex;
    flex-direction: column;
    gap: 2.62rem;
}


.section__topic-block-card-thumb {
    width: 100%;
    position: relative;
}

.section__topic-block-card-thumb-img{
    width: 100%;
    position: relative;
    padding-bottom: 54.45544554455446%;
}

.section__topic-block-card-thumb-img.--big{
    padding-bottom: 68.31683168316832%;
}

.section__topic-block-card-thumb-img img{
    position: absolute;
    width: 100%;
    height: 100%;
}

.section__topic-block-card-text{
    padding-left: 1.5rem;
    font-size: 1.25rem;
    line-height: 140%;
}

.section__topic-block-card-text span{
    font-weight: 500;
    color: rgba(14, 20, 22, 0.86);
}

.section__topic-block-card-participant{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__topic-block-card-participants{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.--predprin .section__quote-thumb{
    width: fit-content;
}

.section__topic-block-card-participants .section__topic-block-card-text{
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 150%;
    color: #0E1416;
    display: flex;
    flex-direction: column;
}

.section__topic-block-card-participants .section__topic-block-card-text span{
    font-size: 1rem;
    font-weight: 500;
    line-height: 140%;
    color: rgba(14, 20, 22, 0.6);
}

.--column.section__topic-block-card{
    grid-template-columns: 1.6fr 1fr;
    align-items: center;
}

.section__topic-block-card-participants .section__topic-block-card-title{
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 120%; /* 3.15rem */
    letter-spacing: -0.0525rem;
}

.section__topic-block-card-participants .section__topic-block-card-content{
    flex-direction: row;
}

.--predprin .section__topic-block-card-thumb-img {
    padding-bottom: 59.455446%;
}

.section__topic-block-card-participant .section__quote-thumb .team-item__pic-wrap{
    width: 13.625rem;
    height: 14.375rem;
}

.section__topic-block-card-participant.team-item.team-item_decor .team-item__pic-wrap:before {
    width: 11.75rem;
    height: 11.75rem;
    margin: -5.4375rem 0 0 -5.875rem;
}

.section__topic-block-card-text .--check{
    margin: 0;
}

.section__topic-block-card-participant img{
    width: 13.5625rem;
    height: 14.375rem;
}

.section__topic-block-card-participant.team-item.team-item_decor .team-item__mask {
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 11.8125rem;
    height: 11.8125rem;
}

.js-swiper__participants .section__topic-block-card-participant.team-item.team-item_decor .team-item__mask{
	border-top: 1rem solid transparent;
    border-right: 1rem solid #F9F9F9;
    border-left: 1rem solid #F9F9F9;
    border-bottom: 1rem solid #F9F9F9;
}

.section__topic-block-card-footnote{
    color: rgba(14, 20, 22, 0.64);
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
}

.section__topic-block-card-title{
    color: rgba(14, 20, 22, 0.86);
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
}

.section__topic-block-card-number{
    font-size: 5.375rem;
    font-weight: 600;
    line-height: normal;
    color: rgba(14, 20, 22, 0.86);
}

.section__topic-tab:hover .section__topic-tab-name, .section__topic-tab.is-active .section__topic-tab-name{
    color: white;
}
.section__topic-tab:hover, .section__topic-tab.is-active{
    cursor: pointer;
    background: #00AFF0;
}
.section__topic-tab:hover .section__topic-tab-icon, .section__topic-tab.is-active .section__topic-tab-icon{
    filter: invert(1) contrast(1);
}

.section__topic-tabs{
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.--svg__megatrend{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3e%3cpath d='M32.3503 9.58401C32.0104 9.74848 31.8683 10.1573 32.0327 10.4971C33.0948 12.6919 33.6333 15.048 33.6333 17.5002C33.6333 26.3958 26.3962 33.633 17.5005 33.633C14.0135 33.633 10.6004 32.4873 7.81792 30.3955C8.18132 29.6332 8.04829 28.6915 7.41795 28.0612C6.61835 27.2617 5.31734 27.2617 4.51767 28.0612C3.71807 28.8608 3.71807 30.1618 4.51767 30.9615C5.13625 31.5801 6.0682 31.7285 6.83874 31.368C9.88552 33.7132 13.6514 35.0002 17.5005 35.0002C27.15 35.0002 35.0005 27.1497 35.0005 17.5002C35.0005 14.84 34.416 12.2835 33.2633 9.90161C33.0989 9.56179 32.6902 9.41961 32.3503 9.58401Z' fill='%230E1416'/%3e%3cpath d='M2.47803 25.0856C2.82146 24.9288 2.97268 24.5232 2.81579 24.1798C1.85452 22.0755 1.36719 19.828 1.36719 17.5C1.36719 8.60433 8.60433 1.36719 17.5 1.36719C20.9322 1.36719 24.1797 2.42177 26.9386 4.42374C26.459 5.21274 26.5594 6.25775 27.2407 6.93902C28.0403 7.73862 29.3413 7.73862 30.1409 6.93902C30.9405 6.13942 30.9405 4.83841 30.1409 4.03874C29.5751 3.47293 28.7584 3.30812 28.0457 3.543C25.0102 1.24325 21.3326 0 17.5 0C7.85046 0 0 7.85046 0 17.5C0 20.0255 0.528965 22.464 1.5722 24.7478C1.72826 25.0895 2.13295 25.2432 2.47803 25.0856Z' fill='%230E1416'/%3e%3cpath d='M17.5 4.51172C10.814 4.51172 4.51172 9.82229 4.51172 17.5C4.51172 24.6115 10.288 30.4883 17.5 30.4883C24.7105 30.4883 30.4883 24.615 30.4883 17.5C30.4883 10.3885 24.712 4.51172 17.5 4.51172ZM13.8411 6.46953C12.4285 8.14878 11.5736 10.5455 11.1312 12.7148H6.91031C8.24113 9.78147 10.7561 7.49554 13.8411 6.46953ZM5.87891 17.5C5.87891 16.311 6.05876 15.1631 6.39215 14.082L10.897 14.0813C10.7434 15.1817 10.6641 16.3297 10.6641 17.5C10.6641 18.6703 10.7434 19.8177 10.897 20.918H6.39215C6.05876 19.8369 5.87891 18.689 5.87891 17.5ZM6.91038 22.2852H11.1312C11.5735 24.4541 12.4283 26.851 13.8412 28.5305C10.7561 27.5045 8.24113 25.2185 6.91038 22.2852ZM16.8164 29.0261C14.9352 28.5017 13.3183 25.851 12.5351 22.2852H16.8164V29.0261ZM16.8164 20.918H12.2829C12.1196 19.8324 12.0312 18.6834 12.0312 17.5C12.0312 16.3166 12.1197 15.1676 12.2829 14.082H16.8164V20.918ZM16.8164 12.7148H12.5351C13.3183 9.14895 14.9352 6.49831 16.8164 5.97386V12.7148ZM18.1836 5.97386C20.0648 6.49831 21.6817 9.14901 22.4649 12.7148H18.1836V5.97386ZM18.1836 14.082H22.7171C22.8804 15.1676 22.9688 16.3166 22.9688 17.5C22.9688 18.6834 22.8803 19.8324 22.7171 20.918H18.1836V14.082ZM18.1836 29.0261V22.2845L22.4649 22.2852C21.6817 25.8511 20.0648 28.5017 18.1836 29.0261ZM21.1589 28.5305C22.5721 26.8505 23.4268 24.4532 23.8688 22.2845H28.0897C26.7589 25.2185 24.2439 27.5045 21.1589 28.5305ZM29.1211 17.5C29.1211 18.689 28.9412 19.8369 28.6079 20.918H24.103C24.2566 19.8177 24.3359 18.6703 24.3359 17.5C24.3359 16.3297 24.2566 15.1823 24.103 14.082H28.6079C28.9412 15.1631 29.1211 16.311 29.1211 17.5ZM23.8688 12.7148C23.4265 10.5459 22.5717 8.14898 21.1588 6.46953C24.2439 7.49554 26.7589 9.78147 28.0896 12.7148H23.8688Z' fill='%230E1416'/%3e%3c/svg%3e");
}
.--svg__predprin{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='38' height='42' viewBox='0 0 38 42' fill='none'%3e%3cpath d='M15.4955 30.9974L15.4955 30.9974C15.1771 30.7896 15.0874 30.3632 15.2951 30.0448L15.4955 30.9974ZM15.4955 30.9974C15.593 31.061 17.0365 31.9779 19.1447 31.9779C20.2861 31.9779 21.6206 31.709 23.0382 30.893C23.3677 30.7034 23.4811 30.2825 23.2914 29.9531C23.1017 29.6234 22.6808 29.5103 22.3515 29.6999C19.0538 31.5979 16.357 29.9146 16.2456 29.8431M15.4955 30.9974L16.2456 29.8431M16.2456 29.8431C15.9276 29.6372 15.5024 29.727 15.2951 30.0448L16.2456 29.8431Z' fill='%230E1416' stroke='%230E1416' stroke-width='0.2'/%3e%3cmask id='path-2-outside-1_3132_165' maskUnits='userSpaceOnUse' x='0' y='0' width='38' height='42' fill='black'%3e%3crect fill='white' width='38' height='42'/%3e%3cpath d='M34.0394 18.1902C34.1931 17.3595 34.2551 16.5256 34.2551 16.0213C34.2551 12.7004 35.1956 8.17931 32.0823 4.81908C28.544 1.00127 21.7241 1.15728 20.7562 1.00056C20.4338 0.986424 20.1577 1.23978 20.1443 1.56455C20.1309 1.88931 20.3835 2.16306 20.7083 2.17642C21.5274 2.30517 28.0343 2.18197 31.2186 5.61838C33.7186 8.31541 33.2381 12.0015 33.0714 16.3342C33.0309 17.2786 32.8909 17.884 32.8212 18.2827C32.8109 18.285 32.8008 18.2881 32.7905 18.2913C31.9198 15.2501 31.5781 14.3908 31.512 13.2671C31.4367 11.9463 31.4625 11.997 31.0523 11.6622C26.2773 7.78002 17.8135 9.78916 12.7951 10.462C12.4727 10.5052 12.2468 10.801 12.2899 11.1233C12.333 11.4449 12.6288 11.6716 12.9512 11.6285C17.2424 11.0512 25.8529 8.99041 30.2812 12.5517C30.4636 14.6495 30.1694 13.335 31.2876 17.328C31.2876 17.328 31.2876 17.328 31.2876 17.3288C31.2877 17.329 31.2877 17.3292 31.2878 17.3295C30.8345 16.6878 30.1093 16.3373 29.3736 16.3373H27.167C26.8421 16.3373 26.5787 16.6007 26.5787 16.9256C26.5787 17.2504 26.8422 17.5138 27.167 17.5138H29.3736C30.0572 17.5138 30.6076 18.1049 30.5353 18.801L30.2647 21.4272C30.1298 22.7419 29.0308 23.7334 27.7098 23.7334H24.0929C22.7712 23.7334 21.673 22.7419 21.538 21.4272C21.297 18.9964 21.2684 19.0177 21.2926 18.7688H21.2933C21.3616 18.072 21.9462 17.5138 22.7184 17.5138H24.9964C25.3213 17.5138 25.5847 17.2503 25.5847 16.9255C25.5847 16.6006 25.3212 16.3372 24.9964 16.3372H22.6809C21.7939 16.3372 20.9466 16.798 20.473 17.5923H18.143C17.674 16.8046 16.8271 16.3372 15.9341 16.3372H9.24234C8.80148 16.3372 8.3732 16.4619 8.00531 16.6917L8.25008 16.0854C9.38094 14.0805 9.0782 12.506 9.14508 11.3688C9.78773 11.5826 10.4077 11.6856 10.5312 11.6856C10.8191 11.6856 11.0701 11.4746 11.1124 11.182C11.1595 10.8604 10.9367 10.5616 10.6151 10.5153C6.89562 9.97275 4.05383 6.13033 2.19367 2.86658C2.14828 2.78181 2.20344 2.69345 2.27523 2.67595C8.70789 4.68752 13.596 2.65916 18.4325 2.23822C18.7565 2.21002 18.9957 1.92447 18.9675 1.60127C18.9393 1.27728 18.6545 1.03806 18.3305 1.06627C13.3966 1.49666 8.70617 3.48705 2.53977 1.52533C1.93539 1.33103 1 1.87541 1 2.80392C1 3.1815 1.16891 3.43775 1.18117 3.4683C2.20719 5.37947 3.56695 7.29033 5.10797 8.78033C4.155 10.2025 4.31297 11.3984 4.29922 13.2013C4.28039 15.6878 4.27016 17.1578 4.75258 18.5824C3.63625 18.8498 2.87336 19.7213 2.50133 20.8305C1.39867 24.1165 3.93523 28.3763 6.89641 28.0526C7.99711 30.5359 10.4682 32.9563 12.7183 34.5679V39.3952C12.7183 40.28 13.4384 41.0001 14.3232 41.0001H23.7801C24.6657 41.0001 25.3858 40.28 25.3858 39.3952V34.7781C28.1069 32.9952 30.828 30.4442 31.9473 27.6792C33.3575 27.9563 34.6571 27.1314 35.5329 25.9896C37.7677 23.0759 37.0099 18.5945 34.0394 18.1902ZM9.24258 17.514H15.9344C16.7276 17.514 17.3298 18.1602 17.3298 18.904C17.3298 19.0238 17.2277 19.9913 17.078 21.4274C16.9412 22.7517 15.8327 23.7336 14.5224 23.7336H10.9063C9.58539 23.7336 8.48641 22.7421 8.3507 21.4274L8.08086 18.8013C8.00859 18.1049 8.55914 17.514 9.24258 17.514ZM3.64813 24.0035C2.9593 21.7395 3.90789 19.4453 5.66563 19.701C6.33539 25.9191 6.38102 26.4956 6.48219 26.8862C5.15727 26.7986 4.06258 25.3669 3.64813 24.0035ZM5.99117 18.5377C5.33367 16.9132 5.48367 15.2717 5.48367 11.4654C5.48367 10.7759 5.66563 10.128 5.99906 9.57416C6.61055 10.0728 7.29711 10.5406 8.00633 10.8935C7.81547 12.3493 8.29773 13.6324 7.20859 15.5373C7.18531 15.577 5.99438 18.5298 5.99117 18.5377ZM24.2091 39.3951C24.2091 39.6312 24.017 39.8234 23.7801 39.8234H14.3232C14.0871 39.8234 13.8949 39.6312 13.8949 39.3951V35.3546C15.4611 36.3285 17.6897 37.3915 19.5215 37.2859C20.6487 37.2208 22.3744 36.5627 24.2091 35.5029V39.3951ZM31.3026 25.1181C31.3026 25.4075 31.2752 25.6978 31.2234 25.988C31.1504 26.4021 31.0265 26.8163 30.8594 27.2274C29.0609 31.6795 22.1182 35.9584 19.4541 36.1108C15.6991 36.3235 8.44609 30.4514 7.61102 26.541C7.52734 26.1595 7.43609 25.1021 6.83445 19.5667C6.88773 19.4753 6.90094 19.4227 6.94977 19.3063L7.18039 21.5482C7.37805 23.4645 8.97984 24.9102 10.9063 24.9102H14.5224C15.2817 24.9102 15.9901 24.6858 16.583 24.296V25.6373C16.583 26.5542 17.3298 27.301 18.2476 27.301H20.3035C20.6283 27.301 20.8918 27.0374 20.8918 26.7127C20.8918 26.3881 20.6282 26.1245 20.3035 26.1245H18.2476C17.9785 26.1245 17.7597 25.9056 17.7597 25.6374V23.0527C18.3928 21.9671 18.2225 21.1369 18.4923 19.1723C18.5065 19.0374 18.5096 18.9024 18.5017 18.7691H20.1135C20.0941 19.121 20.1311 19.1542 20.3678 21.5482C20.5647 23.4645 22.1665 24.9102 24.093 24.9102H27.7099C29.6364 24.9102 31.2382 23.4645 31.4351 21.5482C31.7189 18.7828 31.7081 18.925 31.7145 18.8074C31.7167 18.8153 31.9007 19.457 31.9151 19.4938C31.2608 25.463 31.3026 25.0626 31.3026 25.1181ZM35.4246 23.6638C34.9953 25.0756 33.718 26.6982 32.3097 26.5457C32.418 26.0837 32.4768 25.6178 32.4791 25.151C32.4802 25.141 33.1066 19.4138 33.1051 19.4272C34.9491 18.8549 36.1976 21.1252 35.4246 23.6638Z'/%3e%3c/mask%3e%3cpath d='M34.0394 18.1902C34.1931 17.3595 34.2551 16.5256 34.2551 16.0213C34.2551 12.7004 35.1956 8.17931 32.0823 4.81908C28.544 1.00127 21.7241 1.15728 20.7562 1.00056C20.4338 0.986424 20.1577 1.23978 20.1443 1.56455C20.1309 1.88931 20.3835 2.16306 20.7083 2.17642C21.5274 2.30517 28.0343 2.18197 31.2186 5.61838C33.7186 8.31541 33.2381 12.0015 33.0714 16.3342C33.0309 17.2786 32.8909 17.884 32.8212 18.2827C32.8109 18.285 32.8008 18.2881 32.7905 18.2913C31.9198 15.2501 31.5781 14.3908 31.512 13.2671C31.4367 11.9463 31.4625 11.997 31.0523 11.6622C26.2773 7.78002 17.8135 9.78916 12.7951 10.462C12.4727 10.5052 12.2468 10.801 12.2899 11.1233C12.333 11.4449 12.6288 11.6716 12.9512 11.6285C17.2424 11.0512 25.8529 8.99041 30.2812 12.5517C30.4636 14.6495 30.1694 13.335 31.2876 17.328C31.2876 17.328 31.2876 17.328 31.2876 17.3288C31.2877 17.329 31.2877 17.3292 31.2878 17.3295C30.8345 16.6878 30.1093 16.3373 29.3736 16.3373H27.167C26.8421 16.3373 26.5787 16.6007 26.5787 16.9256C26.5787 17.2504 26.8422 17.5138 27.167 17.5138H29.3736C30.0572 17.5138 30.6076 18.1049 30.5353 18.801L30.2647 21.4272C30.1298 22.7419 29.0308 23.7334 27.7098 23.7334H24.0929C22.7712 23.7334 21.673 22.7419 21.538 21.4272C21.297 18.9964 21.2684 19.0177 21.2926 18.7688H21.2933C21.3616 18.072 21.9462 17.5138 22.7184 17.5138H24.9964C25.3213 17.5138 25.5847 17.2503 25.5847 16.9255C25.5847 16.6006 25.3212 16.3372 24.9964 16.3372H22.6809C21.7939 16.3372 20.9466 16.798 20.473 17.5923H18.143C17.674 16.8046 16.8271 16.3372 15.9341 16.3372H9.24234C8.80148 16.3372 8.3732 16.4619 8.00531 16.6917L8.25008 16.0854C9.38094 14.0805 9.0782 12.506 9.14508 11.3688C9.78773 11.5826 10.4077 11.6856 10.5312 11.6856C10.8191 11.6856 11.0701 11.4746 11.1124 11.182C11.1595 10.8604 10.9367 10.5616 10.6151 10.5153C6.89562 9.97275 4.05383 6.13033 2.19367 2.86658C2.14828 2.78181 2.20344 2.69345 2.27523 2.67595C8.70789 4.68752 13.596 2.65916 18.4325 2.23822C18.7565 2.21002 18.9957 1.92447 18.9675 1.60127C18.9393 1.27728 18.6545 1.03806 18.3305 1.06627C13.3966 1.49666 8.70617 3.48705 2.53977 1.52533C1.93539 1.33103 1 1.87541 1 2.80392C1 3.1815 1.16891 3.43775 1.18117 3.4683C2.20719 5.37947 3.56695 7.29033 5.10797 8.78033C4.155 10.2025 4.31297 11.3984 4.29922 13.2013C4.28039 15.6878 4.27016 17.1578 4.75258 18.5824C3.63625 18.8498 2.87336 19.7213 2.50133 20.8305C1.39867 24.1165 3.93523 28.3763 6.89641 28.0526C7.99711 30.5359 10.4682 32.9563 12.7183 34.5679V39.3952C12.7183 40.28 13.4384 41.0001 14.3232 41.0001H23.7801C24.6657 41.0001 25.3858 40.28 25.3858 39.3952V34.7781C28.1069 32.9952 30.828 30.4442 31.9473 27.6792C33.3575 27.9563 34.6571 27.1314 35.5329 25.9896C37.7677 23.0759 37.0099 18.5945 34.0394 18.1902ZM9.24258 17.514H15.9344C16.7276 17.514 17.3298 18.1602 17.3298 18.904C17.3298 19.0238 17.2277 19.9913 17.078 21.4274C16.9412 22.7517 15.8327 23.7336 14.5224 23.7336H10.9063C9.58539 23.7336 8.48641 22.7421 8.3507 21.4274L8.08086 18.8013C8.00859 18.1049 8.55914 17.514 9.24258 17.514ZM3.64813 24.0035C2.9593 21.7395 3.90789 19.4453 5.66563 19.701C6.33539 25.9191 6.38102 26.4956 6.48219 26.8862C5.15727 26.7986 4.06258 25.3669 3.64813 24.0035ZM5.99117 18.5377C5.33367 16.9132 5.48367 15.2717 5.48367 11.4654C5.48367 10.7759 5.66563 10.128 5.99906 9.57416C6.61055 10.0728 7.29711 10.5406 8.00633 10.8935C7.81547 12.3493 8.29773 13.6324 7.20859 15.5373C7.18531 15.577 5.99438 18.5298 5.99117 18.5377ZM24.2091 39.3951C24.2091 39.6312 24.017 39.8234 23.7801 39.8234H14.3232C14.0871 39.8234 13.8949 39.6312 13.8949 39.3951V35.3546C15.4611 36.3285 17.6897 37.3915 19.5215 37.2859C20.6487 37.2208 22.3744 36.5627 24.2091 35.5029V39.3951ZM31.3026 25.1181C31.3026 25.4075 31.2752 25.6978 31.2234 25.988C31.1504 26.4021 31.0265 26.8163 30.8594 27.2274C29.0609 31.6795 22.1182 35.9584 19.4541 36.1108C15.6991 36.3235 8.44609 30.4514 7.61102 26.541C7.52734 26.1595 7.43609 25.1021 6.83445 19.5667C6.88773 19.4753 6.90094 19.4227 6.94977 19.3063L7.18039 21.5482C7.37805 23.4645 8.97984 24.9102 10.9063 24.9102H14.5224C15.2817 24.9102 15.9901 24.6858 16.583 24.296V25.6373C16.583 26.5542 17.3298 27.301 18.2476 27.301H20.3035C20.6283 27.301 20.8918 27.0374 20.8918 26.7127C20.8918 26.3881 20.6282 26.1245 20.3035 26.1245H18.2476C17.9785 26.1245 17.7597 25.9056 17.7597 25.6374V23.0527C18.3928 21.9671 18.2225 21.1369 18.4923 19.1723C18.5065 19.0374 18.5096 18.9024 18.5017 18.7691H20.1135C20.0941 19.121 20.1311 19.1542 20.3678 21.5482C20.5647 23.4645 22.1665 24.9102 24.093 24.9102H27.7099C29.6364 24.9102 31.2382 23.4645 31.4351 21.5482C31.7189 18.7828 31.7081 18.925 31.7145 18.8074C31.7167 18.8153 31.9007 19.457 31.9151 19.4938C31.2608 25.463 31.3026 25.0626 31.3026 25.1181ZM35.4246 23.6638C34.9953 25.0756 33.718 26.6982 32.3097 26.5457C32.418 26.0837 32.4768 25.6178 32.4791 25.151C32.4802 25.141 33.1066 19.4138 33.1051 19.4272C34.9491 18.8549 36.1976 21.1252 35.4246 23.6638Z' fill='%230E1416'/%3e%3cpath d='M34.0394 18.1902C34.1931 17.3595 34.2551 16.5256 34.2551 16.0213C34.2551 12.7004 35.1956 8.17931 32.0823 4.81908C28.544 1.00127 21.7241 1.15728 20.7562 1.00056C20.4338 0.986424 20.1577 1.23978 20.1443 1.56455C20.1309 1.88931 20.3835 2.16306 20.7083 2.17642C21.5274 2.30517 28.0343 2.18197 31.2186 5.61838C33.7186 8.31541 33.2381 12.0015 33.0714 16.3342C33.0309 17.2786 32.8909 17.884 32.8212 18.2827C32.8109 18.285 32.8008 18.2881 32.7905 18.2913C31.9198 15.2501 31.5781 14.3908 31.512 13.2671C31.4367 11.9463 31.4625 11.997 31.0523 11.6622C26.2773 7.78002 17.8135 9.78916 12.7951 10.462C12.4727 10.5052 12.2468 10.801 12.2899 11.1233C12.333 11.4449 12.6288 11.6716 12.9512 11.6285C17.2424 11.0512 25.8529 8.99041 30.2812 12.5517C30.4636 14.6495 30.1694 13.335 31.2876 17.328C31.2876 17.328 31.2876 17.328 31.2876 17.3288C31.2877 17.329 31.2877 17.3292 31.2878 17.3295C30.8345 16.6878 30.1093 16.3373 29.3736 16.3373H27.167C26.8421 16.3373 26.5787 16.6007 26.5787 16.9256C26.5787 17.2504 26.8422 17.5138 27.167 17.5138H29.3736C30.0572 17.5138 30.6076 18.1049 30.5353 18.801L30.2647 21.4272C30.1298 22.7419 29.0308 23.7334 27.7098 23.7334H24.0929C22.7712 23.7334 21.673 22.7419 21.538 21.4272C21.297 18.9964 21.2684 19.0177 21.2926 18.7688H21.2933C21.3616 18.072 21.9462 17.5138 22.7184 17.5138H24.9964C25.3213 17.5138 25.5847 17.2503 25.5847 16.9255C25.5847 16.6006 25.3212 16.3372 24.9964 16.3372H22.6809C21.7939 16.3372 20.9466 16.798 20.473 17.5923H18.143C17.674 16.8046 16.8271 16.3372 15.9341 16.3372H9.24234C8.80148 16.3372 8.3732 16.4619 8.00531 16.6917L8.25008 16.0854C9.38094 14.0805 9.0782 12.506 9.14508 11.3688C9.78773 11.5826 10.4077 11.6856 10.5312 11.6856C10.8191 11.6856 11.0701 11.4746 11.1124 11.182C11.1595 10.8604 10.9367 10.5616 10.6151 10.5153C6.89562 9.97275 4.05383 6.13033 2.19367 2.86658C2.14828 2.78181 2.20344 2.69345 2.27523 2.67595C8.70789 4.68752 13.596 2.65916 18.4325 2.23822C18.7565 2.21002 18.9957 1.92447 18.9675 1.60127C18.9393 1.27728 18.6545 1.03806 18.3305 1.06627C13.3966 1.49666 8.70617 3.48705 2.53977 1.52533C1.93539 1.33103 1 1.87541 1 2.80392C1 3.1815 1.16891 3.43775 1.18117 3.4683C2.20719 5.37947 3.56695 7.29033 5.10797 8.78033C4.155 10.2025 4.31297 11.3984 4.29922 13.2013C4.28039 15.6878 4.27016 17.1578 4.75258 18.5824C3.63625 18.8498 2.87336 19.7213 2.50133 20.8305C1.39867 24.1165 3.93523 28.3763 6.89641 28.0526C7.99711 30.5359 10.4682 32.9563 12.7183 34.5679V39.3952C12.7183 40.28 13.4384 41.0001 14.3232 41.0001H23.7801C24.6657 41.0001 25.3858 40.28 25.3858 39.3952V34.7781C28.1069 32.9952 30.828 30.4442 31.9473 27.6792C33.3575 27.9563 34.6571 27.1314 35.5329 25.9896C37.7677 23.0759 37.0099 18.5945 34.0394 18.1902ZM9.24258 17.514H15.9344C16.7276 17.514 17.3298 18.1602 17.3298 18.904C17.3298 19.0238 17.2277 19.9913 17.078 21.4274C16.9412 22.7517 15.8327 23.7336 14.5224 23.7336H10.9063C9.58539 23.7336 8.48641 22.7421 8.3507 21.4274L8.08086 18.8013C8.00859 18.1049 8.55914 17.514 9.24258 17.514ZM3.64813 24.0035C2.9593 21.7395 3.90789 19.4453 5.66563 19.701C6.33539 25.9191 6.38102 26.4956 6.48219 26.8862C5.15727 26.7986 4.06258 25.3669 3.64813 24.0035ZM5.99117 18.5377C5.33367 16.9132 5.48367 15.2717 5.48367 11.4654C5.48367 10.7759 5.66563 10.128 5.99906 9.57416C6.61055 10.0728 7.29711 10.5406 8.00633 10.8935C7.81547 12.3493 8.29773 13.6324 7.20859 15.5373C7.18531 15.577 5.99438 18.5298 5.99117 18.5377ZM24.2091 39.3951C24.2091 39.6312 24.017 39.8234 23.7801 39.8234H14.3232C14.0871 39.8234 13.8949 39.6312 13.8949 39.3951V35.3546C15.4611 36.3285 17.6897 37.3915 19.5215 37.2859C20.6487 37.2208 22.3744 36.5627 24.2091 35.5029V39.3951ZM31.3026 25.1181C31.3026 25.4075 31.2752 25.6978 31.2234 25.988C31.1504 26.4021 31.0265 26.8163 30.8594 27.2274C29.0609 31.6795 22.1182 35.9584 19.4541 36.1108C15.6991 36.3235 8.44609 30.4514 7.61102 26.541C7.52734 26.1595 7.43609 25.1021 6.83445 19.5667C6.88773 19.4753 6.90094 19.4227 6.94977 19.3063L7.18039 21.5482C7.37805 23.4645 8.97984 24.9102 10.9063 24.9102H14.5224C15.2817 24.9102 15.9901 24.6858 16.583 24.296V25.6373C16.583 26.5542 17.3298 27.301 18.2476 27.301H20.3035C20.6283 27.301 20.8918 27.0374 20.8918 26.7127C20.8918 26.3881 20.6282 26.1245 20.3035 26.1245H18.2476C17.9785 26.1245 17.7597 25.9056 17.7597 25.6374V23.0527C18.3928 21.9671 18.2225 21.1369 18.4923 19.1723C18.5065 19.0374 18.5096 18.9024 18.5017 18.7691H20.1135C20.0941 19.121 20.1311 19.1542 20.3678 21.5482C20.5647 23.4645 22.1665 24.9102 24.093 24.9102H27.7099C29.6364 24.9102 31.2382 23.4645 31.4351 21.5482C31.7189 18.7828 31.7081 18.925 31.7145 18.8074C31.7167 18.8153 31.9007 19.457 31.9151 19.4938C31.2608 25.463 31.3026 25.0626 31.3026 25.1181ZM35.4246 23.6638C34.9953 25.0756 33.718 26.6982 32.3097 26.5457C32.418 26.0837 32.4768 25.6178 32.4791 25.151C32.4802 25.141 33.1066 19.4138 33.1051 19.4272C34.9491 18.8549 36.1976 21.1252 35.4246 23.6638Z' stroke='%230E1416' stroke-width='0.4' mask='url(%23path-2-outside-1_3132_165)'/%3e%3c/svg%3e");
}
.--svg__startap{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3e%3cpath d='M4.74942 28.9205C5.08518 28.5847 5.08518 28.0402 4.74942 27.7044C4.41366 27.3687 3.86921 27.3687 3.53336 27.7044L0.251823 30.9861C-0.0839409 31.3219 -0.0839409 31.8663 0.251823 32.2022C0.419661 32.37 0.639778 32.454 0.859808 32.454C1.07984 32.454 1.29995 32.37 1.46779 32.2022L4.74942 28.9205Z' fill='%230E1416'/%3e%3cpath d='M26.3895 5.90072C25.627 6.6633 25.207 7.67713 25.207 8.75544C25.207 9.83384 25.627 10.8477 26.3895 11.6102C27.1765 12.3972 28.2103 12.7906 29.2442 12.7906C30.278 12.7906 31.3118 12.3972 32.0988 11.6102C32.8614 10.8477 33.2813 9.83384 33.2813 8.75544C33.2813 7.67713 32.8613 6.6633 32.0988 5.90072C30.5248 4.32671 27.9636 4.32671 26.3895 5.90072ZM30.8829 10.3942C29.9793 11.298 28.5091 11.2979 27.6054 10.3942C27.1677 9.95645 26.9267 9.3746 26.9267 8.75544C26.9267 8.13645 27.1678 7.55443 27.6054 7.11669C28.0573 6.66485 28.6506 6.43897 29.2442 6.43897C29.8376 6.43897 30.4312 6.66493 30.8829 7.11669C31.3206 7.55443 31.5617 8.13636 31.5617 8.75544C31.5617 9.3746 31.3206 9.95645 30.8829 10.3942Z' fill='%230E1416'/%3e%3cpath d='M7.4616 30.4163C7.12584 30.0806 6.5814 30.0806 6.24563 30.4163L1.64245 35.0196C1.30668 35.3553 1.30668 35.8998 1.64245 36.2356C1.81037 36.4035 2.0304 36.4875 2.25043 36.4875C2.47046 36.4875 2.69058 36.4035 2.85842 36.2356L7.4616 31.6324C7.79737 31.2965 7.79737 30.7521 7.4616 30.4163Z' fill='%230E1416'/%3e%3cpath d='M37.4521 1.14603C37.3715 0.855236 37.1442 0.628155 36.8536 0.547417C33.72 -0.3223 30.3257 -0.153086 27.0377 1.03649C24.49 1.95831 22.0121 3.5036 20.2395 5.27631L17.5657 7.95004L7.87942 9.46308C7.69937 9.49119 7.53299 9.5758 7.4041 9.7046L1.20895 15.8998C0.967677 16.1411 0.89184 16.5022 1.01574 16.82C1.13964 17.1379 1.4399 17.3524 1.78073 17.3668L7.8918 17.6238L6.36019 19.1554C6.02442 19.4912 6.02442 20.0356 6.36019 20.3715L7.25415 21.2654L4.58412 25.3581C4.36194 25.6986 4.40863 26.1482 4.69624 26.4359L11.5638 33.3033C11.8514 33.5908 12.301 33.6378 12.6417 33.4154L16.7342 30.7453L17.6282 31.6393C17.9639 31.975 18.5084 31.975 18.8442 31.6393L20.3758 30.1077L20.6328 36.2186C20.6472 36.5595 20.8617 36.8597 21.1796 36.9836C21.2811 37.0231 21.3868 37.0423 21.4917 37.0423C21.7156 37.0423 21.9356 36.9547 22.0999 36.7904L28.295 30.5953C28.4239 30.4664 28.5085 30.2999 28.5367 30.12L30.0498 20.4337L32.7234 17.76C34.496 15.9874 36.0414 13.5095 36.9632 10.9618C38.1526 7.67394 38.3218 4.27959 37.4521 1.14603ZM12.2864 31.5939L6.40567 25.7132L8.49686 22.5079L11.3862 25.3973L11.0464 25.7371C10.7106 26.0728 10.7106 26.6173 11.0464 26.9531C11.3822 27.2888 11.9266 27.2888 12.2625 26.9531L12.6023 26.6133L15.4917 29.5027L12.2864 31.5939ZM31.5073 16.5441L28.6354 19.4161C28.635 19.4165 28.6347 19.4168 28.6343 19.4172L25.6461 22.4054C25.3103 22.7412 25.3103 23.2856 25.6461 23.6215C25.9818 23.9571 26.5263 23.9571 26.8621 23.6215L27.987 22.4966L26.8808 29.5777L22.2687 34.1899L22.0276 28.456L24.4302 26.0534C24.766 25.7176 24.766 25.1732 24.4302 24.8373C24.0944 24.5017 23.55 24.5017 23.2141 24.8373L20.5469 27.5046C20.5454 27.5061 20.544 27.5075 20.5426 27.5089L18.2362 29.8152L17.4694 29.0485C17.4607 29.0395 17.4519 29.0307 17.4428 29.022L13.8182 25.3973L24.2174 14.9981C24.5531 14.6624 24.5532 14.1179 24.2174 13.7821C23.8817 13.4465 23.3373 13.4464 23.0014 13.7821L12.6022 24.1814L8.97742 20.5566C8.96882 20.5477 8.96005 20.5389 8.95102 20.5302L8.18431 19.7634L10.4907 17.457C10.4922 17.4556 10.4936 17.4542 10.4949 17.4528L13.1622 14.7855C13.4981 14.4497 13.4981 13.9053 13.1622 13.5695C12.8265 13.2338 12.282 13.2338 11.9462 13.5695L9.54362 15.9721L3.80976 15.7309L8.42189 11.1188L15.5029 10.0127L14.3781 11.1374L15.5941 12.3535L18.5733 9.37426C18.5797 9.36798 18.5862 9.36162 18.5925 9.35508L21.4554 6.49219C23.8481 4.09955 29.5295 0.554382 35.9179 2.08153C37.4451 8.47006 33.8999 14.1516 31.5073 16.5441Z' fill='%230E1416'/%3e%3cpath d='M9.08032 33.2504L5.7987 36.532C5.46293 36.8677 5.46293 37.4122 5.7987 37.748C5.96662 37.9159 6.18665 37.9999 6.40668 37.9999C6.62671 37.9999 6.84683 37.9159 7.01467 37.748L10.2963 34.4664C10.6321 34.1307 10.6321 33.5862 10.2963 33.2504C9.96062 32.9146 9.41617 32.9146 9.08032 33.2504Z' fill='%230E1416'/%3e%3c/svg%3e");
}
.--svg__investicii{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='37' height='41' viewBox='0 0 37 41' fill='none'%3e%3cmask id='path-1-outside-1_3132_157' maskUnits='userSpaceOnUse' x='0' y='7.3335' width='37' height='33' fill='black'%3e%3crect fill='white' y='7.3335' width='37' height='33'/%3e%3cpath d='M35.7612 36.6206V33.4676C35.7612 28.9565 33.9918 24.6825 30.8582 21.5037C31.038 21.3964 31.1589 21.2004 31.1589 20.9757C31.1589 20.636 30.8835 20.3606 30.5438 20.3606H30.1245L32.5925 13.9438C32.7972 13.4117 32.6721 12.8334 32.2661 12.4346C31.856 12.0316 31.2693 11.9159 30.7347 12.1324C30.4188 12.2604 30.1593 12.4086 29.9083 12.5519C29.3666 12.8612 28.8987 13.1284 27.9105 13.1284C27.5182 13.1284 27.2085 13.0857 26.943 13.0156C26.9949 12.7601 27.0216 12.4993 27.0216 12.236C27.0216 10.0842 25.2709 8.3335 23.1191 8.3335C20.9673 8.3335 19.2166 10.0842 19.2166 12.236C19.2166 12.5245 19.2482 12.8095 19.3103 13.0878C19.1301 13.1135 18.9305 13.1284 18.7021 13.1284C17.7159 13.1284 17.2489 12.8613 16.7081 12.5521C16.1028 12.2059 15.4166 11.8135 14.1035 11.8135C12.7898 11.8135 12.1033 12.2059 11.4977 12.552C10.9565 12.8613 10.4893 13.1284 9.50234 13.1284C8.51575 13.1284 8.04857 12.8613 7.50766 12.5521C7.25791 12.4093 6.99956 12.2616 6.68543 12.1339C6.15116 11.9167 5.56424 12.0319 5.15373 12.4347C4.74709 12.8338 4.62176 13.4124 4.82656 13.9448L7.29416 20.3606H6.87489C6.53517 20.3606 6.25975 20.636 6.25975 20.9757C6.25975 21.2004 6.38065 21.3964 6.56051 21.5037C3.427 24.6825 1.65746 28.9567 1.65746 33.4676V36.6206C1.25483 36.9746 1 37.4929 1 38.0699C1 39.1341 1.86587 39.9999 2.93005 39.9999H34.4886C35.5528 39.9999 36.4186 39.1341 36.4186 38.0699C36.4187 37.4929 36.1639 36.9746 35.7612 36.6206ZM20.4469 12.236C20.4469 10.7625 21.6456 9.56377 23.1191 9.56377C24.5926 9.56377 25.7913 10.7625 25.7913 12.236C25.7913 12.3165 25.7867 12.3966 25.7796 12.4763C25.3604 12.2396 24.8863 11.9964 24.1889 11.8815C24.2238 11.6897 24.1673 11.4845 24.019 11.3362C23.7787 11.096 23.3893 11.096 23.149 11.3362L22.6339 11.8514C21.7386 11.9578 21.1916 12.2701 20.6983 12.552C20.6257 12.5935 20.5543 12.6342 20.4829 12.6737C20.4591 12.5298 20.4469 12.3837 20.4469 12.236ZM34.4886 38.7697H2.93005C2.54416 38.7697 2.23027 38.4559 2.23027 38.07C2.23027 37.6841 2.54424 37.3702 2.93005 37.3702H3.58743C3.92715 37.3702 4.20257 37.0948 4.20257 36.755C4.20257 36.4153 3.92715 36.1399 3.58743 36.1399H2.93005C2.91587 36.1399 2.90184 36.1406 2.88773 36.141V33.4677C2.88773 28.9036 4.83895 24.5996 8.25616 21.5909H14.7695C14.326 21.8296 13.9171 22.1087 13.5923 22.4334C13.1035 22.9221 12.8344 23.5719 12.8344 24.2631C12.8344 24.9543 13.1035 25.6041 13.5923 26.0928C14.0967 26.5972 14.7593 26.8495 15.4219 26.8495C16.0846 26.8495 16.7472 26.5972 17.2516 26.0928C18.2302 25.1141 18.796 23.3721 19.0807 22.2171L21.5617 24.6981C21.6817 24.8182 21.8392 24.8782 21.9966 24.8782C22.154 24.8782 22.3115 24.8182 22.4315 24.6981C22.6718 24.4579 22.6718 24.0684 22.4315 23.8282L20.1942 21.5909H25.2839C25.6236 21.5909 25.899 21.3155 25.899 20.9758C25.899 20.6361 25.6236 20.3607 25.2839 20.3607H22.6491C23.0926 20.122 23.5016 19.8429 23.8263 19.5181C24.315 19.0294 24.5841 18.3796 24.5841 17.6884C24.5841 16.9973 24.315 16.3474 23.8263 15.8587C22.8174 14.8498 21.1758 14.8498 20.1669 15.8587C19.1883 16.8373 18.6225 18.5793 18.3378 19.7343L15.8569 17.2533C15.6167 17.0131 15.2272 17.0131 14.987 17.2533C14.7468 17.4935 14.7468 17.883 14.987 18.1232L17.2242 20.3604H8.61228L5.97482 13.5029C5.94693 13.4304 5.96063 13.3665 6.01542 13.3127C6.04855 13.2802 6.1195 13.2316 6.22219 13.2734C6.46029 13.3702 6.67247 13.4915 6.89711 13.6199C7.50266 13.9662 8.18898 14.3586 9.50242 14.3586C10.8161 14.3586 11.5026 13.9662 12.1082 13.62C12.6494 13.3107 13.1166 13.0436 14.1036 13.0436C15.0897 13.0436 15.5567 13.3107 16.0975 13.6199C16.7029 13.9661 17.3891 14.3586 18.7022 14.3586C20.0162 14.3586 20.7028 13.9662 21.3086 13.6201C21.8499 13.3108 22.3175 13.0436 23.3048 13.0436C24.2929 13.0436 24.7609 13.3108 25.3027 13.6201C25.9089 13.9663 26.5959 14.3586 27.9105 14.3586C29.2252 14.3586 29.9123 13.9663 30.5184 13.6201C30.744 13.4913 30.9573 13.3695 31.1967 13.2726C31.2994 13.2309 31.3707 13.2794 31.4039 13.3121C31.4586 13.3657 31.4722 13.4296 31.4443 13.502L28.8064 20.3604H27.914C27.5742 20.3604 27.2988 20.6358 27.2988 20.9755C27.2988 21.3153 27.5742 21.5907 27.914 21.5907H29.1626C32.5798 24.5994 34.531 28.9032 34.531 33.4674V36.1407C34.5168 36.1404 34.5028 36.1397 34.4886 36.1397H31.859C31.5192 36.1397 31.2438 36.4151 31.2438 36.7548C31.2438 37.0945 31.5192 37.3699 31.859 37.3699H34.4886C34.8745 37.3699 35.1884 37.6838 35.1884 38.0697C35.1884 38.4556 34.8745 38.7697 34.4886 38.7697ZM16.3817 25.2228C15.8525 25.752 14.9914 25.752 14.4622 25.2228C14.2059 24.9665 14.0647 24.6256 14.0647 24.2631C14.0647 23.9006 14.2058 23.5597 14.4622 23.3034C15.2353 22.5303 16.8247 22.0191 17.9269 21.7587C17.6673 22.86 17.1568 24.4477 16.3817 25.2228ZM19.4924 20.1927C19.753 19.0904 20.264 17.5015 21.0369 16.7287C21.3016 16.4641 21.649 16.3318 21.9967 16.3318C22.3442 16.3318 22.6919 16.4641 22.9565 16.7287C23.2128 16.985 23.354 17.326 23.354 17.6885C23.354 18.051 23.2128 18.3919 22.9565 18.6482C22.1835 19.421 20.5947 19.9321 19.4924 20.1927Z'/%3e%3c/mask%3e%3cpath d='M35.7612 36.6206V33.4676C35.7612 28.9565 33.9918 24.6825 30.8582 21.5037C31.038 21.3964 31.1589 21.2004 31.1589 20.9757C31.1589 20.636 30.8835 20.3606 30.5438 20.3606H30.1245L32.5925 13.9438C32.7972 13.4117 32.6721 12.8334 32.2661 12.4346C31.856 12.0316 31.2693 11.9159 30.7347 12.1324C30.4188 12.2604 30.1593 12.4086 29.9083 12.5519C29.3666 12.8612 28.8987 13.1284 27.9105 13.1284C27.5182 13.1284 27.2085 13.0857 26.943 13.0156C26.9949 12.7601 27.0216 12.4993 27.0216 12.236C27.0216 10.0842 25.2709 8.3335 23.1191 8.3335C20.9673 8.3335 19.2166 10.0842 19.2166 12.236C19.2166 12.5245 19.2482 12.8095 19.3103 13.0878C19.1301 13.1135 18.9305 13.1284 18.7021 13.1284C17.7159 13.1284 17.2489 12.8613 16.7081 12.5521C16.1028 12.2059 15.4166 11.8135 14.1035 11.8135C12.7898 11.8135 12.1033 12.2059 11.4977 12.552C10.9565 12.8613 10.4893 13.1284 9.50234 13.1284C8.51575 13.1284 8.04857 12.8613 7.50766 12.5521C7.25791 12.4093 6.99956 12.2616 6.68543 12.1339C6.15116 11.9167 5.56424 12.0319 5.15373 12.4347C4.74709 12.8338 4.62176 13.4124 4.82656 13.9448L7.29416 20.3606H6.87489C6.53517 20.3606 6.25975 20.636 6.25975 20.9757C6.25975 21.2004 6.38065 21.3964 6.56051 21.5037C3.427 24.6825 1.65746 28.9567 1.65746 33.4676V36.6206C1.25483 36.9746 1 37.4929 1 38.0699C1 39.1341 1.86587 39.9999 2.93005 39.9999H34.4886C35.5528 39.9999 36.4186 39.1341 36.4186 38.0699C36.4187 37.4929 36.1639 36.9746 35.7612 36.6206ZM20.4469 12.236C20.4469 10.7625 21.6456 9.56377 23.1191 9.56377C24.5926 9.56377 25.7913 10.7625 25.7913 12.236C25.7913 12.3165 25.7867 12.3966 25.7796 12.4763C25.3604 12.2396 24.8863 11.9964 24.1889 11.8815C24.2238 11.6897 24.1673 11.4845 24.019 11.3362C23.7787 11.096 23.3893 11.096 23.149 11.3362L22.6339 11.8514C21.7386 11.9578 21.1916 12.2701 20.6983 12.552C20.6257 12.5935 20.5543 12.6342 20.4829 12.6737C20.4591 12.5298 20.4469 12.3837 20.4469 12.236ZM34.4886 38.7697H2.93005C2.54416 38.7697 2.23027 38.4559 2.23027 38.07C2.23027 37.6841 2.54424 37.3702 2.93005 37.3702H3.58743C3.92715 37.3702 4.20257 37.0948 4.20257 36.755C4.20257 36.4153 3.92715 36.1399 3.58743 36.1399H2.93005C2.91587 36.1399 2.90184 36.1406 2.88773 36.141V33.4677C2.88773 28.9036 4.83895 24.5996 8.25616 21.5909H14.7695C14.326 21.8296 13.9171 22.1087 13.5923 22.4334C13.1035 22.9221 12.8344 23.5719 12.8344 24.2631C12.8344 24.9543 13.1035 25.6041 13.5923 26.0928C14.0967 26.5972 14.7593 26.8495 15.4219 26.8495C16.0846 26.8495 16.7472 26.5972 17.2516 26.0928C18.2302 25.1141 18.796 23.3721 19.0807 22.2171L21.5617 24.6981C21.6817 24.8182 21.8392 24.8782 21.9966 24.8782C22.154 24.8782 22.3115 24.8182 22.4315 24.6981C22.6718 24.4579 22.6718 24.0684 22.4315 23.8282L20.1942 21.5909H25.2839C25.6236 21.5909 25.899 21.3155 25.899 20.9758C25.899 20.6361 25.6236 20.3607 25.2839 20.3607H22.6491C23.0926 20.122 23.5016 19.8429 23.8263 19.5181C24.315 19.0294 24.5841 18.3796 24.5841 17.6884C24.5841 16.9973 24.315 16.3474 23.8263 15.8587C22.8174 14.8498 21.1758 14.8498 20.1669 15.8587C19.1883 16.8373 18.6225 18.5793 18.3378 19.7343L15.8569 17.2533C15.6167 17.0131 15.2272 17.0131 14.987 17.2533C14.7468 17.4935 14.7468 17.883 14.987 18.1232L17.2242 20.3604H8.61228L5.97482 13.5029C5.94693 13.4304 5.96063 13.3665 6.01542 13.3127C6.04855 13.2802 6.1195 13.2316 6.22219 13.2734C6.46029 13.3702 6.67247 13.4915 6.89711 13.6199C7.50266 13.9662 8.18898 14.3586 9.50242 14.3586C10.8161 14.3586 11.5026 13.9662 12.1082 13.62C12.6494 13.3107 13.1166 13.0436 14.1036 13.0436C15.0897 13.0436 15.5567 13.3107 16.0975 13.6199C16.7029 13.9661 17.3891 14.3586 18.7022 14.3586C20.0162 14.3586 20.7028 13.9662 21.3086 13.6201C21.8499 13.3108 22.3175 13.0436 23.3048 13.0436C24.2929 13.0436 24.7609 13.3108 25.3027 13.6201C25.9089 13.9663 26.5959 14.3586 27.9105 14.3586C29.2252 14.3586 29.9123 13.9663 30.5184 13.6201C30.744 13.4913 30.9573 13.3695 31.1967 13.2726C31.2994 13.2309 31.3707 13.2794 31.4039 13.3121C31.4586 13.3657 31.4722 13.4296 31.4443 13.502L28.8064 20.3604H27.914C27.5742 20.3604 27.2988 20.6358 27.2988 20.9755C27.2988 21.3153 27.5742 21.5907 27.914 21.5907H29.1626C32.5798 24.5994 34.531 28.9032 34.531 33.4674V36.1407C34.5168 36.1404 34.5028 36.1397 34.4886 36.1397H31.859C31.5192 36.1397 31.2438 36.4151 31.2438 36.7548C31.2438 37.0945 31.5192 37.3699 31.859 37.3699H34.4886C34.8745 37.3699 35.1884 37.6838 35.1884 38.0697C35.1884 38.4556 34.8745 38.7697 34.4886 38.7697ZM16.3817 25.2228C15.8525 25.752 14.9914 25.752 14.4622 25.2228C14.2059 24.9665 14.0647 24.6256 14.0647 24.2631C14.0647 23.9006 14.2058 23.5597 14.4622 23.3034C15.2353 22.5303 16.8247 22.0191 17.9269 21.7587C17.6673 22.86 17.1568 24.4477 16.3817 25.2228ZM19.4924 20.1927C19.753 19.0904 20.264 17.5015 21.0369 16.7287C21.3016 16.4641 21.649 16.3318 21.9967 16.3318C22.3442 16.3318 22.6919 16.4641 22.9565 16.7287C23.2128 16.985 23.354 17.326 23.354 17.6885C23.354 18.051 23.2128 18.3919 22.9565 18.6482C22.1835 19.421 20.5947 19.9321 19.4924 20.1927Z' fill='%230E1416'/%3e%3cpath d='M35.7612 36.6206V33.4676C35.7612 28.9565 33.9918 24.6825 30.8582 21.5037C31.038 21.3964 31.1589 21.2004 31.1589 20.9757C31.1589 20.636 30.8835 20.3606 30.5438 20.3606H30.1245L32.5925 13.9438C32.7972 13.4117 32.6721 12.8334 32.2661 12.4346C31.856 12.0316 31.2693 11.9159 30.7347 12.1324C30.4188 12.2604 30.1593 12.4086 29.9083 12.5519C29.3666 12.8612 28.8987 13.1284 27.9105 13.1284C27.5182 13.1284 27.2085 13.0857 26.943 13.0156C26.9949 12.7601 27.0216 12.4993 27.0216 12.236C27.0216 10.0842 25.2709 8.3335 23.1191 8.3335C20.9673 8.3335 19.2166 10.0842 19.2166 12.236C19.2166 12.5245 19.2482 12.8095 19.3103 13.0878C19.1301 13.1135 18.9305 13.1284 18.7021 13.1284C17.7159 13.1284 17.2489 12.8613 16.7081 12.5521C16.1028 12.2059 15.4166 11.8135 14.1035 11.8135C12.7898 11.8135 12.1033 12.2059 11.4977 12.552C10.9565 12.8613 10.4893 13.1284 9.50234 13.1284C8.51575 13.1284 8.04857 12.8613 7.50766 12.5521C7.25791 12.4093 6.99956 12.2616 6.68543 12.1339C6.15116 11.9167 5.56424 12.0319 5.15373 12.4347C4.74709 12.8338 4.62176 13.4124 4.82656 13.9448L7.29416 20.3606H6.87489C6.53517 20.3606 6.25975 20.636 6.25975 20.9757C6.25975 21.2004 6.38065 21.3964 6.56051 21.5037C3.427 24.6825 1.65746 28.9567 1.65746 33.4676V36.6206C1.25483 36.9746 1 37.4929 1 38.0699C1 39.1341 1.86587 39.9999 2.93005 39.9999H34.4886C35.5528 39.9999 36.4186 39.1341 36.4186 38.0699C36.4187 37.4929 36.1639 36.9746 35.7612 36.6206ZM20.4469 12.236C20.4469 10.7625 21.6456 9.56377 23.1191 9.56377C24.5926 9.56377 25.7913 10.7625 25.7913 12.236C25.7913 12.3165 25.7867 12.3966 25.7796 12.4763C25.3604 12.2396 24.8863 11.9964 24.1889 11.8815C24.2238 11.6897 24.1673 11.4845 24.019 11.3362C23.7787 11.096 23.3893 11.096 23.149 11.3362L22.6339 11.8514C21.7386 11.9578 21.1916 12.2701 20.6983 12.552C20.6257 12.5935 20.5543 12.6342 20.4829 12.6737C20.4591 12.5298 20.4469 12.3837 20.4469 12.236ZM34.4886 38.7697H2.93005C2.54416 38.7697 2.23027 38.4559 2.23027 38.07C2.23027 37.6841 2.54424 37.3702 2.93005 37.3702H3.58743C3.92715 37.3702 4.20257 37.0948 4.20257 36.755C4.20257 36.4153 3.92715 36.1399 3.58743 36.1399H2.93005C2.91587 36.1399 2.90184 36.1406 2.88773 36.141V33.4677C2.88773 28.9036 4.83895 24.5996 8.25616 21.5909H14.7695C14.326 21.8296 13.9171 22.1087 13.5923 22.4334C13.1035 22.9221 12.8344 23.5719 12.8344 24.2631C12.8344 24.9543 13.1035 25.6041 13.5923 26.0928C14.0967 26.5972 14.7593 26.8495 15.4219 26.8495C16.0846 26.8495 16.7472 26.5972 17.2516 26.0928C18.2302 25.1141 18.796 23.3721 19.0807 22.2171L21.5617 24.6981C21.6817 24.8182 21.8392 24.8782 21.9966 24.8782C22.154 24.8782 22.3115 24.8182 22.4315 24.6981C22.6718 24.4579 22.6718 24.0684 22.4315 23.8282L20.1942 21.5909H25.2839C25.6236 21.5909 25.899 21.3155 25.899 20.9758C25.899 20.6361 25.6236 20.3607 25.2839 20.3607H22.6491C23.0926 20.122 23.5016 19.8429 23.8263 19.5181C24.315 19.0294 24.5841 18.3796 24.5841 17.6884C24.5841 16.9973 24.315 16.3474 23.8263 15.8587C22.8174 14.8498 21.1758 14.8498 20.1669 15.8587C19.1883 16.8373 18.6225 18.5793 18.3378 19.7343L15.8569 17.2533C15.6167 17.0131 15.2272 17.0131 14.987 17.2533C14.7468 17.4935 14.7468 17.883 14.987 18.1232L17.2242 20.3604H8.61228L5.97482 13.5029C5.94693 13.4304 5.96063 13.3665 6.01542 13.3127C6.04855 13.2802 6.1195 13.2316 6.22219 13.2734C6.46029 13.3702 6.67247 13.4915 6.89711 13.6199C7.50266 13.9662 8.18898 14.3586 9.50242 14.3586C10.8161 14.3586 11.5026 13.9662 12.1082 13.62C12.6494 13.3107 13.1166 13.0436 14.1036 13.0436C15.0897 13.0436 15.5567 13.3107 16.0975 13.6199C16.7029 13.9661 17.3891 14.3586 18.7022 14.3586C20.0162 14.3586 20.7028 13.9662 21.3086 13.6201C21.8499 13.3108 22.3175 13.0436 23.3048 13.0436C24.2929 13.0436 24.7609 13.3108 25.3027 13.6201C25.9089 13.9663 26.5959 14.3586 27.9105 14.3586C29.2252 14.3586 29.9123 13.9663 30.5184 13.6201C30.744 13.4913 30.9573 13.3695 31.1967 13.2726C31.2994 13.2309 31.3707 13.2794 31.4039 13.3121C31.4586 13.3657 31.4722 13.4296 31.4443 13.502L28.8064 20.3604H27.914C27.5742 20.3604 27.2988 20.6358 27.2988 20.9755C27.2988 21.3153 27.5742 21.5907 27.914 21.5907H29.1626C32.5798 24.5994 34.531 28.9032 34.531 33.4674V36.1407C34.5168 36.1404 34.5028 36.1397 34.4886 36.1397H31.859C31.5192 36.1397 31.2438 36.4151 31.2438 36.7548C31.2438 37.0945 31.5192 37.3699 31.859 37.3699H34.4886C34.8745 37.3699 35.1884 37.6838 35.1884 38.0697C35.1884 38.4556 34.8745 38.7697 34.4886 38.7697ZM16.3817 25.2228C15.8525 25.752 14.9914 25.752 14.4622 25.2228C14.2059 24.9665 14.0647 24.6256 14.0647 24.2631C14.0647 23.9006 14.2058 23.5597 14.4622 23.3034C15.2353 22.5303 16.8247 22.0191 17.9269 21.7587C17.6673 22.86 17.1568 24.4477 16.3817 25.2228ZM19.4924 20.1927C19.753 19.0904 20.264 17.5015 21.0369 16.7287C21.3016 16.4641 21.649 16.3318 21.9967 16.3318C22.3442 16.3318 22.6919 16.4641 22.9565 16.7287C23.2128 16.985 23.354 17.326 23.354 17.6885C23.354 18.051 23.2128 18.3919 22.9565 18.6482C22.1835 19.421 20.5947 19.9321 19.4924 20.1927Z' stroke='%230E1416' stroke-width='0.2' mask='url(%23path-1-outside-1_3132_157)'/%3e%3cpath d='M9.76384 11.4639C11.9433 11.4639 13.7164 9.69084 13.7164 7.5114C13.7164 5.33195 11.9433 3.55889 9.76384 3.55889C7.58439 3.55889 5.81133 5.33195 5.81133 7.5114C5.81133 9.69084 7.58439 11.4639 9.76384 11.4639ZM9.76384 4.88916C11.2097 4.88916 12.3861 6.06555 12.3861 7.5114C12.3861 8.95724 11.2097 10.1336 9.76384 10.1336C8.318 10.1336 7.1416 8.95724 7.1416 7.5114C7.1416 6.06555 8.318 4.88916 9.76384 4.88916Z' fill='%230E1416' stroke='%230E1416' stroke-width='0.1'/%3e%3cpath d='M9.75817 8.44681C9.75817 8.44681 9.75816 8.44681 9.75816 8.4468L8.82841 7.51706C8.56866 7.2573 8.56865 6.83622 8.82841 6.57646L9.75817 8.44681ZM9.75817 8.44681C9.88801 8.57673 10.0584 8.64165 10.2285 8.64165M9.75817 8.44681L10.2285 8.64165M10.2285 8.64165C10.3986 8.64165 10.5689 8.57673 10.6988 8.44681M10.2285 8.64165L10.6988 8.44681M10.6988 8.44681C10.9585 8.18706 10.9585 7.7659 10.6988 7.50622M10.6988 8.44681V7.50622M10.6988 7.50622C10.6988 7.50622 10.6988 7.50621 10.6988 7.50621M10.6988 7.50622L10.6988 7.50621M10.6988 7.50621L9.76901 6.57646C9.50926 6.31671 9.08809 6.3167 8.82841 6.57646L10.6988 7.50621Z' fill='%230E1416' stroke='%230E1416' stroke-width='0.1'/%3e%3cpath d='M21.899 1.66457L21.8637 1.69993L21.899 1.66457C21.3075 1.07308 20.472 0.858035 19.5923 0.985275C18.7129 1.11248 17.787 1.58166 17.0067 2.36197C16.2912 3.0775 15.8103 3.95605 15.6549 4.83697L15.6549 4.83697C15.485 5.79959 15.715 6.65994 16.3093 7.25429L16.3093 7.2543C16.776 7.72085 17.407 7.96322 18.1231 7.96322C18.3186 7.96322 18.5204 7.94514 18.7267 7.90874C19.6077 7.75326 20.4862 7.2725 21.2017 6.55689C21.982 5.77658 22.4512 4.8507 22.5784 3.97127C22.7056 3.09158 22.4906 2.2561 21.899 1.66457ZM18.4956 6.59869L18.4956 6.59869C18.1832 6.65395 17.6206 6.68414 17.2501 6.31361L17.2501 6.31361C16.8796 5.94318 16.9099 5.38072 16.965 5.06817C17.0713 4.46592 17.4285 3.82156 17.9474 3.30265C18.6049 2.64512 19.4201 2.2851 20.0795 2.2851C20.4357 2.2851 20.7431 2.39002 20.9584 2.60533C21.2647 2.91161 21.3478 3.40546 21.2228 3.95806C21.098 4.50945 20.7673 5.11014 20.2611 5.61638C19.7422 6.13528 19.0979 6.49244 18.4956 6.59869Z' fill='%230E1416' stroke='%230E1416' stroke-width='0.1'/%3e%3cpath d='M19.1089 5.39457C18.979 5.52449 18.8087 5.58941 18.6386 5.58941C18.4684 5.58941 18.2982 5.52448 18.1683 5.39457C18.1683 5.39457 18.1683 5.39457 18.1683 5.39457L18.2036 5.35921L19.1089 5.39457ZM19.1089 5.39457C19.1089 5.39456 19.1089 5.39456 19.1089 5.39456M19.1089 5.39457L19.1089 5.39456M19.1089 5.39456L20.0386 4.46481C20.2984 4.20505 20.2984 3.78397 20.0386 3.52421C19.7789 3.26446 19.3577 3.26445 19.098 3.52422L19.1089 5.39456Z' fill='%230E1416' stroke='%230E1416' stroke-width='0.1'/%3e%3c/svg%3e");
}
.--svg__transform{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='42' height='40' viewBox='0 0 42 40' fill='none'%3e%3cpath d='M32.1764 4.47128L32.1765 4.47127C32.5423 4.37352 32.9185 4.59038 33.0165 4.95637C33.1146 5.32228 32.8975 5.69845 32.5315 5.7965L31.4378 6.08954C33.5675 7.58333 35.3668 9.52297 36.6919 11.7711L36.6057 11.8219L36.6919 11.7711C38.0659 14.1023 38.8973 16.7173 39.1324 19.4137L39.9299 18.6161C40.1978 18.3482 40.6321 18.3482 40.9 18.6161C41.1679 18.8839 41.1679 19.3182 40.9 19.586C40.9 19.586 40.9 19.586 40.9 19.586L39.0011 21.485C38.8671 21.619 38.6913 21.6859 38.516 21.6859C38.3406 21.6859 38.1648 21.6189 38.0309 21.485L38.0309 21.485L36.1319 19.586C36.1319 19.586 36.1319 19.586 36.1319 19.586C35.864 19.3182 35.864 18.8839 36.1319 18.616C36.3998 18.3481 36.834 18.3481 37.102 18.616L37.102 18.616L37.739 19.253C37.4901 16.8588 36.7322 14.5414 35.5098 12.4676C34.3335 10.4717 32.7529 8.7386 30.8857 7.38066L31.1174 8.24551C31.2154 8.61142 30.9983 8.98759 30.6324 9.08564L30.6324 9.08565C30.5731 9.10152 30.5134 9.10913 30.4545 9.10913C30.1517 9.10913 29.8744 8.90718 29.7923 8.60055L32.1764 4.47128ZM32.1764 4.47128L29.5824 5.16636C29.5824 5.16636 29.5824 5.16636 29.5824 5.16636C29.2164 5.26441 28.9993 5.64058 29.0973 6.00649C29.0973 6.00649 29.0973 6.00649 29.0973 6.00649L29.7923 8.60053L32.1764 4.47128Z' fill='%230E1416' stroke='%230E1416' stroke-width='0.2'/%3e%3cpath d='M36.9413 27.4504L36.9413 27.4504C37.3071 27.3528 37.6834 27.5695 37.7814 27.9355L38.4761 30.5296C38.5741 30.8955 38.357 31.2717 37.9911 31.3697L35.3971 32.0648L35.3971 32.0648C35.3378 32.0807 35.278 32.0883 35.2192 32.0883C34.9164 32.0883 34.6391 31.8863 34.557 31.5797C34.557 31.5797 34.557 31.5797 34.557 31.5797L34.6536 31.5538C34.5699 31.2412 34.7553 30.9199 35.0679 30.8362L36.9413 27.4504ZM36.9413 27.4504C36.5753 27.5485 36.3582 27.9246 36.4562 28.2905L36.7227 29.285L30.3884 25.6279C30.4745 25.3459 30.5206 25.0495 30.5206 24.7471C30.5206 24.3683 30.2135 24.0612 29.8346 24.0612C29.4557 24.0612 29.1487 24.3683 29.1487 24.7471C29.1487 24.8009 29.1459 24.8544 29.1405 24.9075L25.9419 23.0608L25.8919 23.1474L25.9419 23.0608C25.6136 22.8713 25.1942 22.9838 25.0049 23.3119C24.8155 23.6399 24.9279 24.0594 25.256 24.2488L28.4546 26.0955C28.4113 26.1267 28.3664 26.1559 28.3198 26.1828C28.3198 26.1828 28.3198 26.1828 28.3197 26.1829L21.8296 29.9299C21.7831 29.9568 21.7354 29.9811 21.6867 30.003V25.4188C21.6867 25.04 21.3796 24.7329 21.0007 24.7329C20.6218 24.7329 20.3148 25.04 20.3148 25.4188V30.003C20.2661 29.9811 20.2184 29.9568 20.1718 29.9299L13.6817 26.1828L13.6317 26.2694L13.6817 26.1828C13.6351 26.156 13.5902 26.1268 13.5469 26.0955L16.7455 24.2488L16.6955 24.1622L16.7455 24.2488C17.0736 24.0594 17.186 23.6399 16.9966 23.3119C16.8072 22.9838 16.3875 22.8713 16.0596 23.0608C16.0596 23.0608 16.0595 23.0608 16.0595 23.0608L12.861 24.9075C12.8556 24.8544 12.8528 24.8009 12.8528 24.7471V17.2529C12.8528 17.1992 12.8556 17.1457 12.861 17.0926L20.3148 21.3961V23.0751C20.3148 23.4539 20.6218 23.761 21.0007 23.761C21.3796 23.761 21.6867 23.4539 21.6867 23.0751V21.3961L29.1405 17.0926C29.1459 17.1457 29.1487 17.1992 29.1487 17.2529V22.4034C29.1487 22.7822 29.4557 23.0894 29.8346 23.0894C30.2135 23.0894 30.5206 22.7822 30.5206 22.4034V17.2529C30.5206 16.1739 29.9402 15.1687 29.0057 14.6292L22.5156 10.8821C22.2562 10.7323 21.9764 10.6227 21.6867 10.5554V3.24195L22.4146 3.96991L22.4147 3.96993C22.5486 4.10378 22.7243 4.17084 22.8997 4.17084C23.0751 4.17084 23.2508 4.10387 23.3848 3.96991C23.6527 3.70204 23.6527 3.26771 23.3848 2.99989C23.3848 2.99989 23.3848 2.99989 23.3848 2.99988L21.4858 1.10091L21.4858 1.1009C21.2179 0.833041 20.7836 0.833023 20.5157 1.10091L20.5864 1.17154L20.5157 1.10091L18.6168 2.9999C18.3489 3.26777 18.3489 3.70211 18.6168 3.96992C18.8848 4.23778 19.319 4.2378 19.5869 3.96991L20.3149 3.24195V15.6904C20.3149 16.0692 20.6219 16.3763 21.0008 16.3763C21.3797 16.3763 21.6868 16.0692 21.6868 15.6904V11.9969C21.7356 12.0189 21.7833 12.0432 21.8297 12.07L28.3199 15.8171L28.3199 15.8172C28.3665 15.844 28.4114 15.8732 28.4547 15.9044L21.0008 20.2079L13.5469 15.9044C13.5902 15.8732 13.6351 15.844 13.6817 15.8171C13.6817 15.8171 13.6817 15.8171 13.6817 15.8171L19.0714 12.7053C19.3994 12.5159 19.5118 12.0964 19.3224 11.7683L19.3224 11.7683C19.1329 11.4403 18.7134 11.3279 18.3854 11.5173L12.9957 14.6291C12.0613 15.1686 11.4809 16.1738 11.4809 17.2529V24.7471C11.4809 25.0495 11.5269 25.3459 11.6131 25.6279L5.27879 29.285L5.54522 28.2905C5.64326 27.9246 5.42613 27.5486 5.06023 27.4504L5.06021 27.4504C4.69428 27.3524 4.31821 27.5695 4.22008 27.9355L4.22008 27.9355L3.52508 30.5296C3.42704 30.8955 3.64417 31.2716 4.01007 31.3697L4.01009 31.3697L6.60407 32.0648L6.6041 32.0648C6.66341 32.0807 6.7232 32.0883 6.78199 32.0883C7.08485 32.0883 7.36205 31.8863 7.44413 31.5797C7.54216 31.2138 7.32506 30.8376 6.95912 30.7396L5.96467 30.4731L12.2989 26.816C12.5 27.0317 12.7336 27.2197 12.9956 27.371L19.4857 31.1181C19.9531 31.3879 20.477 31.5227 21.0006 31.5227C21.5242 31.5227 22.0481 31.3879 22.5154 31.1181L29.0056 27.371C29.2676 27.2197 29.5012 27.0317 29.7023 26.816L36.0365 30.4731L36.9413 27.4504Z' fill='%230E1416' stroke='%230E1416' stroke-width='0.2'/%3e%3cpath d='M8.9844 4.95638C9.08246 4.5903 9.45866 4.37353 9.82447 4.47127L9.82453 4.47129L12.4186 5.16637L12.4186 5.16637C12.7845 5.2645 13.0016 5.64057 12.9036 6.0065L12.2086 8.60054C12.2086 8.60054 12.2086 8.60055 12.2086 8.60056C12.1265 8.90718 11.8493 9.10913 11.5465 9.10913C11.4877 9.10913 11.4279 9.10153 11.3686 9.08565L11.3685 9.08564C11.0026 8.98751 10.7855 8.61145 10.8835 8.24552L11.1153 7.38066C9.24809 8.73861 7.66747 10.4717 6.49113 12.4676C5.26876 14.5414 4.51084 16.8588 4.26196 19.253L4.89896 18.616C5.16684 18.3481 5.60109 18.3481 5.86904 18.616C6.13694 18.8838 6.13692 19.3181 5.86905 19.586L3.97007 21.4851L3.89936 21.4144L3.97007 21.4851C3.8361 21.619 3.66033 21.686 3.48498 21.686C3.3096 21.686 3.13385 21.6189 2.99992 21.4851L2.99989 21.4851L1.10092 19.5861C1.10092 19.5861 1.10091 19.5861 1.10091 19.5861C0.833019 19.3183 0.83304 18.8839 1.10091 18.6161C1.3688 18.3482 1.80304 18.3482 2.07099 18.6161L2.071 18.6161L2.86859 19.4137C3.1036 16.7173 3.93501 14.1023 5.30907 11.7711C6.63419 9.5229 8.43345 7.58333 10.5631 6.08954L9.46941 5.79651L9.46939 5.7965C9.10349 5.69837 8.88636 5.32231 8.9844 4.95638ZM8.9844 4.95638C8.9844 4.95638 8.9844 4.95638 8.9844 4.95638L9.081 4.98226L8.9844 4.95638Z' fill='%230E1416' stroke='%230E1416' stroke-width='0.2'/%3e%3cpath d='M29.9363 35.5087L29.9364 35.5087C30.3023 35.6068 30.5194 35.9829 30.4213 36.3488C30.4213 36.3488 30.4213 36.3489 30.4213 36.3489L29.7263 38.9429C29.6442 39.2495 29.367 39.4515 29.0641 39.4515C29.0053 39.4515 28.9456 39.4439 28.8862 39.428L28.8862 39.428C28.5203 39.3299 28.3032 38.9538 28.4012 38.5879L28.6937 37.496C26.3355 38.5931 23.7559 39.18 21.1468 39.2035H21.1468C21.0931 39.204 21.0389 39.2042 20.9852 39.2042C18.334 39.2042 15.7117 38.6177 13.3079 37.4958L13.5998 38.5853L13.5032 38.6112L13.5998 38.5853C13.6978 38.9512 13.4807 39.3274 13.1148 39.4254L13.1148 39.4254C13.0554 39.4413 12.9957 39.4489 12.9369 39.4489C12.6341 39.4489 12.3568 39.2469 12.2747 38.9403L11.5796 36.3463C11.5796 36.3463 11.5796 36.3463 11.5796 36.3463C11.5325 36.1706 11.5571 35.9834 11.6481 35.8258L29.9363 35.5087ZM29.9363 35.5087L27.3423 34.8136L27.3422 34.8136M29.9363 35.5087L27.3422 34.8136M27.3422 34.8136C26.9763 34.716 26.6002 34.9326 26.5021 35.2987C26.4041 35.6646 26.6212 36.0407 26.9871 36.1388L26.9872 36.1388M27.3422 34.8136L26.9872 36.1388M26.9872 36.1388L27.8538 36.371C25.7438 37.3094 23.4517 37.8108 21.1346 37.8316L21.1345 37.8316M26.9872 36.1388L21.1345 37.8316M21.1345 37.8316C18.726 37.8539 16.3409 37.3513 14.1434 36.3695M21.1345 37.8316L14.1434 36.3695M14.1434 36.3695L15.0138 36.1363L15.0138 36.1363C15.3798 36.0383 15.5969 35.6621 15.4988 35.2962C15.4008 34.9302 15.0246 34.7134 14.6588 34.8111L14.6587 34.8111L12.0647 35.5061L12.0646 35.5061C11.889 35.5532 11.7391 35.6682 11.6482 35.8258L14.1434 36.3695Z' fill='%230E1416' stroke='%230E1416' stroke-width='0.2'/%3e%3c/svg%3e");
}
.--svg__innovacii{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='41' height='42' viewBox='0 0 41 42' fill='none'%3e%3cpath d='M20.1829 8C13.5859 8 8.21875 13.3671 8.21875 19.9641C8.21875 22.2642 8.8733 24.4984 10.1116 26.4249C11.0164 27.8324 12.1989 29.0274 13.5809 29.9426C13.0922 30.4451 12.7906 31.1301 12.7906 31.8846C12.7906 32.6273 13.0831 33.3026 13.5582 33.8029C13.0831 34.3033 12.7906 34.9785 12.7906 35.7212C12.7906 37.2587 14.0415 38.5096 15.579 38.5096H15.945V38.8841C15.945 40.6313 17.7599 41.9998 20.0768 41.9998H20.2889C22.6058 41.9998 24.4206 40.6312 24.4206 38.8841V38.5096H24.7866C26.3243 38.5096 27.575 37.2587 27.575 35.7212C27.575 34.9785 27.2825 34.3031 26.8076 33.8029C27.2827 33.3025 27.575 32.6273 27.575 31.8846C27.575 31.1294 27.2727 30.4437 26.7835 29.9412C28.1655 29.026 29.3492 27.8325 30.254 26.4248C31.4923 24.4983 32.1469 22.2641 32.1469 19.964C32.147 13.3671 26.7799 8 20.1829 8ZM22.6804 38.8843C22.6804 39.5349 21.6982 40.2599 20.2889 40.2599H20.0768C18.6675 40.2599 17.6852 39.5349 17.6852 38.8843V38.5098H22.6805L22.6804 38.8843ZM24.7866 36.7695H15.579C15.001 36.7695 14.5308 36.2993 14.5308 35.7213C14.5308 35.1433 15.001 34.6731 15.579 34.6731H24.7867C25.3647 34.6731 25.8349 35.1433 25.8349 35.7213C25.8349 36.2994 25.3647 36.7695 24.7866 36.7695ZM24.7866 32.9329H15.579C15.001 32.9329 14.5308 32.4627 14.5308 31.8847C14.5308 31.3066 15.001 30.8365 15.579 30.8365H24.7867C25.3647 30.8365 25.8349 31.3068 25.8349 31.8847C25.8349 32.4627 25.3647 32.9329 24.7866 32.9329ZM18.1681 22.8785H22.1977C21.2882 25.0591 20.7803 27.7896 20.5735 29.0963H19.7923C19.5852 27.7882 19.0769 25.058 18.1681 22.8785ZM24.7811 29.0963H22.3379C22.6055 27.4984 23.2445 24.3185 24.3418 22.4489C24.4997 22.1799 24.5016 21.8469 24.3466 21.5761C24.1916 21.3054 23.9034 21.1384 23.5915 21.1384H16.774C16.4621 21.1384 16.174 21.3054 16.019 21.5761C15.8639 21.8468 15.8658 22.1799 16.0237 22.4488C17.1193 24.3156 17.7593 27.4976 18.0272 29.0963H15.5846C12.1607 27.368 9.95884 23.8075 9.95884 19.9641C9.95884 14.3266 14.5453 9.7402 20.1828 9.7402C25.8203 9.7402 30.4067 14.3266 30.4067 19.9641C30.4068 23.8074 28.205 27.3679 24.7811 29.0963Z' fill='%230E1416'/%3e%3cpath d='M20.1826 5.46191C19.702 5.46191 19.3125 5.07246 19.3125 4.59181V0.870101C19.3125 0.389457 19.702 0 20.1826 0C20.6632 0 21.0527 0.389457 21.0527 0.870101V4.59181C21.0527 5.07246 20.6631 5.46191 20.1826 5.46191Z' fill='%230E1416'/%3e%3cpath d='M9.08766 10.0617C8.86503 10.0617 8.64228 9.97675 8.47244 9.80691L5.84079 7.17526C5.50099 6.83534 5.50099 6.28451 5.84079 5.94471C6.18059 5.60502 6.73154 5.60502 7.07123 5.94471L9.70288 8.57636C10.0427 8.91628 10.0427 9.46711 9.70288 9.80691C9.53303 9.97664 9.31029 10.0617 9.08766 10.0617Z' fill='%230E1416'/%3e%3cpath d='M31.2803 10.0597C31.0576 10.0597 30.8349 9.9748 30.665 9.80496C30.3252 9.46504 30.3252 8.91421 30.665 8.5744L33.2967 5.94275C33.6365 5.60307 34.1874 5.60307 34.5271 5.94275C34.867 6.28267 34.867 6.8335 34.5271 7.17331L31.8954 9.80496C31.7256 9.97468 31.503 10.0597 31.2803 10.0597Z' fill='%230E1416'/%3e%3cpath d='M4.59158 20.2924H0.870101C0.389573 20.2924 0 19.903 0 19.4223C0 18.9417 0.389573 18.5522 0.870101 18.5522H4.5917C5.07222 18.5522 5.4618 18.9417 5.4618 19.4223C5.46168 19.903 5.07211 20.2924 4.59158 20.2924Z' fill='%230E1416'/%3e%3cpath d='M39.496 20.2924H35.7744C35.2939 20.2924 34.9043 19.903 34.9043 19.4223C34.9043 18.9417 35.2939 18.5522 35.7744 18.5522H39.496C39.9765 18.5522 40.3661 18.9417 40.3661 19.4223C40.3661 19.903 39.9765 20.2924 39.496 20.2924Z' fill='%230E1416'/%3e%3c/svg%3e");
}
.section__topic-tab-icon{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 2.625rem;
    height: 2.625rem;
    transition: all .24s ease;
}
.section__topic-tab-name{
    color: #0E1416;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    transition: all .24s ease;
}
.section__metodology{
    display: flex;
    flex-direction: column;
}
.section__metodology-title{
    color: var(--Color, #0E1416);
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 120%; /* 4.2rem */
    letter-spacing: -0.07rem;
}
.section__metodology-desc{
    max-width: 60.0625rem;
    margin-top: 2rem;
    color: rgba(14, 20, 22, 0.64);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
}
.section__metodology-legends{
    display: flex;
    gap: 1.5rem;
    margin-top: 1.5rem;
}
.section__metodology-legend{
    color: rgba(14, 20, 22, 0.64);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    gap: .75rem;
    align-items: center;
}
.section__metodology-legend span{
    width: 0.9375rem;
    height: 0.9375rem;
    border-radius: 0.1875rem;
}
.section__metodology-legend.--white span{
    border: 0.5px solid rgba(14, 20, 22, 0.16);
    background: #FFF;
}
.section__metodology-legend.--black span{
    background: #0E1416;
}
.section__metodology-legend.--blue span{
    background: #00AFF0;
}
.section__metodology-cards{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 0.5rem;
}
.section__metodology-card{
    border-radius: 0.1875rem;
    min-height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section__metodology-card img{
    max-width: 10.9375rem;
	max-height: 8rem;
	object-fit: contain;
}
.section__metodology-card.--white{
    background: #FFF;
}
.section__metodology-card.--blue{
    background: #00AFF0;
}
.section__metodology-card.--dark{
    background: #1E3C48;
}
.section__metodology-timeline-block{
    margin-top: 4rem;
    display: flex;
    gap: 6.81rem;
}
.section__metodology-timelines{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section__metodology-timeline-date{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(14, 20, 22, 0.64);
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 600;
    line-height: 140%; 
}
.section__metodology-timeline-date span:first-child{
    font-size: 2.625rem;
    font-weight: 600;
    line-height: 100%; /* 3.9375rem */
    letter-spacing: -0.07875rem;
    color: #0E1416;
    font-style: normal;
}
.section__metodology-timeline-date:after{
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='311' viewBox='0 0 11 311' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0.5' y1='1' x2='10.5' y2='1' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline x1='0.5' y1='24.7178' x2='10.5' y2='24.7178' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline x1='0.5' y1='48.436' x2='10.5' y2='48.436' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline x1='0.5' y1='72.1538' x2='10.5' y2='72.1538' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline x1='0.5' y1='95.8716' x2='10.5' y2='95.8716' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline x1='0.5' y1='119.59' x2='10.5' y2='119.59' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline x1='0.5' y1='143.308' x2='10.5' y2='143.308' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline x1='0.5' y1='167.025' x2='10.5' y2='167.025' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline x1='0.5' y1='190.744' x2='10.5' y2='190.744' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline x1='0.5' y1='214.461' x2='10.5' y2='214.461' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline x1='0.5' y1='238.18' x2='10.5' y2='238.18' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline x1='0.5' y1='261.897' x2='10.5' y2='261.897' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline x1='0.5' y1='285.615' x2='10.5' y2='285.615' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline x1='0.5' y1='309.333' x2='10.5' y2='309.333' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    min-height: 20rem;
    width: 1rem;
    margin-top: 1rem;
}
.section__research.--participants{
    margin-top: 4rem;
}

.swiper {
    width: 600px;
    height: 300px;
  }

.--participants{
    width: 100%;
}

.section__topic-block-card-years{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5.38rem;
}

.section__topic-block-card-year{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.section__topic-block-card-year-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.section__topic-block-card-year-head{
    color: rgba(14, 20, 22, 0.86);
    font-size: 5.375rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 100%;
}

.section__topic-block-card-year-head span{
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 120%; /* 3.15rem */
    letter-spacing: -0.0525rem;
}

.section__topic-block-card-year-item{
    height: 5.5rem;
    padding: 0 1.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4rem;
    border: 1.5px solid rgba(14, 20, 22, 0.16);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
}

.section__topic-block-card-timelines{
    margin-top: 5.38rem;
}

.section__topic-block-card-timeline{
    display: grid;
    grid-template-columns: 3fr 1fr 3fr;
    align-items: center;
}

.section__topic-block-card-fact.--blue{
    background: #00AFF0;
}

.section__topic-block-card-fact.--dark{
    background: #1E3C48;
}


.section__topic-block-card-fact{
    padding: 2rem;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    border-radius: 0.1875rem;
}

.section__topic-block-card-content.--facts{
    padding: 7.75rem 4rem;
}

.section__metodology-timeline-date.--long:after {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='656' viewBox='0 0 10 656' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline y1='1.95703' x2='10' y2='1.95703' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='23.0215' x2='10' y2='23.0215' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='44.0859' x2='10' y2='44.0859' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='65.1504' x2='10' y2='65.1504' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='86.2153' x2='10' y2='86.2153' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='107.28' x2='10' y2='107.28' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='128.344' x2='10' y2='128.344' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='149.409' x2='10' y2='149.409' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='170.473' x2='10' y2='170.473' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='191.538' x2='10' y2='191.538' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='212.602' x2='10' y2='212.602' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='233.667' x2='10' y2='233.667' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='254.731' x2='10' y2='254.731' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='275.796' x2='10' y2='275.796' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='296.86' x2='10' y2='296.86' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='317.925' x2='10' y2='317.925' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='338.989' x2='10' y2='338.989' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='360.054' x2='10' y2='360.054' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='381.118' x2='10' y2='381.118' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='402.183' x2='10' y2='402.183' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='423.248' x2='10' y2='423.248' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='444.312' x2='10' y2='444.312' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='465.376' x2='10' y2='465.376' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='486.441' x2='10' y2='486.441' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='507.505' x2='10' y2='507.505' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='528.57' x2='10' y2='528.57' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='549.634' x2='10' y2='549.634' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='570.699' x2='10' y2='570.699' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='591.764' x2='10' y2='591.764' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='612.828' x2='10' y2='612.828' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='633.893' x2='10' y2='633.893' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3cline y1='654.957' x2='10' y2='654.957' stroke='%230E1416' stroke-opacity='0.64' stroke-width='2'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    min-height: 35rem;
    width: 1rem;
    margin-top: 1rem;
}

.section__topic-block-card-desc{
    color: rgba(14, 20, 22, 0.24);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 130%;
    padding-right: 2rem;
}

.section__topic-block-card-fact-head{
    color: white;
    display: flex;
    align-items: center;
    gap: 1rem;
}


.--investicii .section__topic-block-card-fact-number{
    align-items: end;
    gap: 0.25rem;
}

.--investicii .section__topic-block-card-fact-number span{
    margin-top: 0;
    margin-bottom: 0.625rem;
}

.--investicii .section__topic-block-card-participant{
    max-width: 15rem;
}

.--investicii.section__topic-block .section__topic-block-card-content.--invist{
    gap: 4rem;
}

.section__topic-block-card-fact-number{
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 100%; /* 6.75rem */
    letter-spacing: -0.135rem;
    display: flex;
    align-items: start;
    align-self: stretch;
}


.section__topic-block-card-fact-number span{
    font-size: 2.375rem;
    font-weight: 300;
    line-height: 100%;
    margin-top: 0.25rem;
}

.section__topic-block-card-fact-title{
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
}

.section__topic-block-card-fact-desc{
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 140%;
}

.section__topic-block-card-facts{
    gap: 2rem;
    display: flex;
    flex-direction: column;
}

.section__topic-block-card-thumb .section__topic-block-card-fact-head{
    position: absolute;
    z-index: 2;
    flex-direction: column;
    padding: 2rem;
    height: -webkit-fill-available;
    justify-content: space-between;
}

.section__topic-block-card-thumb .section__topic-block-card-fact-number{
    font-size: 7.75rem;
    letter-spacing: -0.2325rem;
	font-weight: 600;
}

.section__topic-block-card-thumb .section__topic-block-card-fact-number span{
    font-size: 4rem;
    margin-top: 0.5rem;
}

.section__topic-block-card-fact-head.--direction-column{
    align-items: flex-start;
    gap: 1rem;
}

.swiper-slide.section__topic-block-card-participant{
	min-width: 20.7rem;
	width: 17rem !important;
	min-height: 23rem;
}

.section__research-btn{
	border-radius: 0.5rem;
	background: #1E3C48;
	padding: 1.5rem 2.625rem;
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	letter-spacing: 0.0375rem;
	text-transform: uppercase;
}
.section__research-head {
    display: flex;
    justify-content: space-between;
}

.section__research-navigation{
	display: flex;
	gap: 2rem;
}

.section__research-nav-btn {
    position: relative;
    min-width: 10rem;
}

.section__research-nav-btn .swiper-pagination{
	color: #101010;
	font-size: 2rem;
	font-weight: 600;
	line-height: 150%; /* 3rem */
	letter-spacing: -0.06rem;
	bottom: 21% !important;
}

.swiper-button-prev, .swiper-button-next{
	z-index: 11  !important;
}

.js-swiper__participants{
	overflow: hidden;
}

.js-swiper__participants .section__topic-block-card-text{
	padding: 0 2rem !important;
}

.js-swiper__participants .swiper-button-next:after{
	content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' viewBox='0 0 25 22' fill='none'%3e%3cpath d='M0 11H23M23 11L13.8958 1M23 11L13.8958 21' stroke='%23282828' stroke-width='2'/%3e%3c/svg%3e");
	width: 1.4375rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-size: contain;
}

.js-swiper__participants .swiper-button-prev:after{
	content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' viewBox='0 0 25 22' fill='none'%3e%3cpath d='M0 11H23M23 11L13.8958 1M23 11L13.8958 21' stroke='%23282828' stroke-width='2'/%3e%3c/svg%3e");
	width: 1.4375rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-size: contain;
	transform: rotate(180deg);
}

.team-item.team-item_decor .section__quote-thumb .team-item__pic-wrap img{
	margin-top: -0.06rem;
}


.section__topic-block-card-participant.team-item.team-item_decor .team-item__pic-wrap:after{
	width: 13.625rem;
    height: 6.8125rem;
}

.section__prediction-block-btn a{
	color: white !important;
	width: 100%;
    height: 100%;
    display: block;
    padding: 1.5rem 7.75rem;
}
@media screen and (max-width: 1680px) {
		html{
			font-size: 13px;
		}
		.section__topic-block-card-participant.team-item.team-item_decor .team-item__pic-wrap:after {
			left: -0.25rem;
		}
		.team-item.team-item_decor .section__quote-thumb .team-item__pic-wrap img {
			margin-top: -0.09rem;
		}
		.swiper-slide.section__topic-block-card-participant {
			min-width: 23rem;
		}
	}
	@media screen and (max-width: 1440px) {
		.swiper-slide.section__topic-block-card-participant {
			min-width: 24.5rem;
		}
		.section__topic-block-card-participants .section__topic-block-card-content {
			overflow-x: scroll;
			padding: 0 5.3rem;
			margin: 0 -5.5rem;
			max-width: calc(100vw - 25.5rem);
		}
		.section__topic-block-card-participant {
			min-width: 17rem;
		}

	}
	@media screen and (max-width: 1336px) {
		html{
			font-size: 12px;
		}
		.section__research-nav-btn {
			position: relative;
			min-width: 12rem;
		}
	}
	@media screen and (max-width: 1280px){
		.--reports .new-index-page-slider__item-content {
			padding-left: 81px;
			padding-right: 81px;
		}
		.--reports .b-section__content{
			margin: 0 !important;
		}
		.section__topic-block {
			padding: 3rem 3.375rem;
		}
		.section__topic-block-card {
			gap: 3.38rem;
		}
		.section__topic-block-card-title {
			font-size: 1.75rem;
		}
		.section__topic-block-card-number {
			font-size: 4.375rem;
			line-height: 100%;
			align-self: stretch;
		}
		.section__topic-block-card-participants .section__topic-block-card-content {
			padding: 0 3.3rem;
			margin: 0 -3.5rem;
    		max-width: calc(100vw - 21.5rem);
		}
		.--column.section__topic-block-card {
			grid-template-columns: 1.3fr 1fr;
			gap: 2.38rem;
		}
		.section__topic-block-card-thumb .section__topic-block-card-fact-head{
			padding: 1rem;
		}
		.section__topic-block-card-year-item{
			flex: 1;
			min-width: 17rem;
		}
		.section__topic-block-card-year-item br{
			display: none;
		}
		.section__topic-block-card-years {
			grid-template-columns: repeat(1, 1fr);
			gap: 1rem;
		}
		.section__topic-block-card-year{
			margin: 0 !important;
		}
		.section__topic-block-card-content.--facts{
			padding: 0rem;
		}
		.section__topic-block-card-timeline {
			grid-template-columns: 3.2fr 0.7fr 3.2fr;
		}
	}
	@media screen and (max-width: 1024px){
		.visible.section__topic-sidebar {
			transform: translateX(50px);
		}
		.section__topic-sidebar-item{
			padding: 0.25rem !important;
		}
		.section__topic-sidebar {
			position: fixed;
			flex-direction: column;
			gap: 0.5rem;
			z-index: 5;
			margin-top: 27rem;
			margin-left: 0;
			margin-right: 0;
			top: -5rem;
			padding: 1rem;
			background: white;
			transition: all .24s ease;
			border-radius: 0.1875rem;
			transform: translateX(125px);
		}
		.section__topic-sidebar:before {
			content: 'Разделы';
			position: absolute;
			font-size: 1.25rem;
			width: 7rem;
			/* height: 3rem; */
			background: #00AFF0;
			left: -5.5rem;
			border-radius: 0.1875rem;
			top: 2.7rem;
			text-align: center;
			text-wrap: wrap;
			transform: rotate(90deg);
			color: white;
			padding: 0.5rem;
			font-weight: 600;
			letter-spacing: 0.1rem;
		}
		.section__quotes{
			flex-direction: column;
		}
		.section__quote, .section__topic-block-card-participant.team-item.team-item_decor.swiper-slide{
			margin: 0 !important;
		}
		.section__research-autor {
			min-width: 40%;
		}

		.section__research-autors {
			flex-wrap: wrap;
		}
		.section__prediction {
			grid-template-columns: 1fr;
		}
		.section__prediction-block-btn{
			margin-top: 2.5rem;
		}
		.section__metodology-cards {
			grid-template-columns: repeat(3, 1fr);
		}
		.section__metodology-timeline-date:after {
			min-height: 24rem;
		}
		.center-wrap {
			padding: 4.375rem 3.75rem;
		}
		.js-swiper__participants .section__topic-block-card-text{
			padding: 0 1rem !important;
		}
		.section__topic-tab-name {
			font-size: 1.25rem;
		}
		.section__topic-tab {
			padding: 1rem 2rem 1rem 2rem;
		}
		.--reports .new-index-page-slider__item-content {
			padding-left: 45px;
			padding-right: 45px;
		}
		.section__topic-block-card-participant{
			margin: 0 !important;
		}	
		.section__topic-block-card-participants .section__topic-block-card-content {
			padding: 0 2.3rem;
			margin: 0 -3.5rem;
			max-width: calc(100vw - 12rem);
		}
		.--column.section__topic-block-card {
			grid-template-columns: 1fr;
		}
		.--column .section__topic-block-card-thumb {
			width: 60%;
		}
		.section__topic-block-card-timeline {
			grid-template-columns: 3.2fr 1fr 3.2fr;
		}
	}

	@media screen and (max-width: 990px){

		.visible.section__topic-sidebar {
			transform: translateX(50px);
		}
		.section__topic-sidebar {
			transform: translateX(124px);
		}
		.section__cards {
			grid-template-columns: 1fr 1fr;
		}
		.section__research-title, .section__topic-title, .section__metodology-title, .section__research-title, .section__topic-block-title{
			font-size: 2.75rem;
		}
		.section__research-btn {
			font-size: 1rem;
		}
		.section__metodology-legends{
			flex-wrap: wrap;
		}
		.section__metodology-timeline-block {
			gap: 2rem;
		}
		.--reports .new-index-page-slider__item-content {
			padding-left: 30px;
			padding-right: 30px;
		}

		.--reports .new-index-page-slider__item-title{
			font-size: 4rem !important;
			line-height: 110%;
		}
		.section__topic-block-card {
			grid-template-columns: 1fr;
		}
		.section__topic-block-card-thumb {
			width: 60%;
		}
		.section__topic-block {
			padding: 2rem 2.375rem;
			width: calc(100vw - 12rem);
		}
		.section__topic-block-card-participants .section__topic-block-card-content {
			max-width: calc(100vw - 12rem);
    		margin: 0 -2.5rem;
		}
		.section__topic-block-card-participant {
			min-width: 16rem;
		}
		.section__topic {
			width: calc(100vw - 7.5rem);
		}

		.section__topic-box {
			width: calc(100vw - 7.5rem);
		}
		.section__topic-block-card-timeline {
			grid-template-columns: 7fr 1fr;
			grid-template-rows: 1fr;
			row-gap: 1rem;

		}
		.section__metodology-timeline-date {
			grid-row-start: 1;
			grid-row-end: 3;
			grid-column-start: 2;
		}
		.section__topic-block-card-timelines {
			display: flex;
			flex-direction: column;
			gap: 2rem;
		}
		.section__topic-block-card-facts {
			gap: 1rem;
			display: flex;
			flex-direction: column;
		}
	}

	@media screen and (max-width: 768px){
		.visible.section__topic-sidebar {
			transform: translateX(15px);
		}
		.section__topic-sidebar {
			transform: translateX(103px);
		}
		.section__metodology-cards {
			grid-template-columns: repeat(2, 1fr);
		}
		.section__metodology-card {
			min-height: 12rem;
		}
		.section__metodology-timeline-date:after {
			min-height: 28rem;
		}
		.section__metodology-timelines {
			justify-content: start;
		}
		.swiper-slide.section__topic-block-card-participant {
			min-width: 26.5rem;
		}
		.js-swiper__participants .section__topic-block-card-text {
			padding: 0 3rem !important;
		}
		.center-wrap {
			padding: 2.375rem 1.25rem;
		}
		.--reports .new-index-page-slider__item-content {
			padding-left: 0;
		}
		.section__prediction-block-title {
			font-size: 2.5rem;
		}
		.section__research-btn {
			padding: 1.5rem 1.625rem;
			height: 1.5rem;
			text-wrap: nowrap;
		}

		.section__research-navigation {
			align-items: center;
		}
		.section__research-nav-btn .swiper-pagination{
			bottom: -16px !important;
		}
		.section__topic-block-card-year-item {
			flex: 1;
			min-width: 14rem;
		}
		.section__topic {
			width: calc(100vw - 3rem);
		}
		.section__topic-block {
			width: calc(100vw - 7.5rem);
		}
		.section__topic-box {
			width: calc(100vw - 3rem);
		}
		.section__topic-block-card-timeline {
			align-items: start;
		}
		.section__topic-block-card-participants .section__topic-block-card-content {
			max-width: calc(100vw - 7.5rem);
			margin: 0 -2.5rem;
		}

	}

	@media screen and (max-width: 640px){

		.section__topic-sidebar {
			transform: translateX(95px);
		}
		.section__topic-sidebar-item {
			padding: 0.75rem !important;
			min-width: unset !important;
		}
		.section__topic-block-card-participants .section__topic-block-card-content {
			margin: 0 -1rem;
		}
		.swiper-slide.section__topic-block-card-participant {
			min-width: 23.5rem;
		}
		.section__prediction-block-btn a{
			padding: 1.5rem 4.75rem;
    		max-width: fit-content;
		}
		.section__topic-tab {
			flex: 1;
			min-width: 13rem;
		}
		.section__quote-text::before{
			width: 1.5rem;
		}
		.section__quote-text {
			padding-left: 3rem;
		}
		.section__research-autor, ..section__card {
			padding: 1.5rem;
		}
		.section__topic-block-card-thumb {
			width: 100%;
		}
		.--column .section__topic-block-card-thumb {
			width: 100%;
		}
		.section__topic-block-card-participants .section__topic-block-card-content {
			max-width: calc(100vw - 3rem);
		}
		.section__topic {
			width: calc(100vw - 2.5rem);
		}
		.section__topic-box {
			width: calc(100vw - 2rem);
		}
		.section__topic-block{
			padding: 2rem 1rem;
			width: calc(100vw - 4.5rem);
		}
	}
	@media screen and (max-width: 550px){
		.swiper-slide.section__topic-block-card-participant {
			min-width: 21.5rem;
		}
		.section__prediction-trend-blocks {
			display: grid;
			grid-template-columns: 1fr;
			gap: 1rem;
		}
		.section__prediction-trend-block-desc {
			font-size: 1.25rem;
		}
		.section__research-navigation {
			flex-direction: column-reverse;
		}
	}
	@media screen and (max-width: 475px){
		.section__research-title, .section__topic-title, .section__metodology-title, .section__research-title, .section__topic-block-title{
			font-size: 2.25rem;
		}
		.swiper-slide.section__topic-block-card-participant {
			min-width: 100%;
		}
		.section__research-autor {
			min-width: 100%;
		}
		.section__card-number {
			font-size: 3.5rem;
		}
		.section__card-text br{
			display: none;
		}
		.section__metodology-card img {
			max-width: 7.9375rem;
			max-height: 7rem;
		}
		.section__metodology-timeline-date span:first-child {
			font-size: 1.625rem;
		}
		.section__metodology-card {
			min-height: 9rem;
		}

		.section__research-head{
			flex-direction: column;
			gap: 1rem;
		}
		.section__research-navigation {
			align-items: start;
		}

		.section__quote {
			padding: 1.5rem;
		}
		.section__quote-name {
			font-size: 1.5rem;
		}
		.section__quote-position {
			font-size: 1rem;
		}
		.section__quote-text {
			padding-left: 2rem;
		}
		.section__quote-text::before{
			left: -0.5rem;
		}
		.section__topic-block-card-text {
			padding-left: 0.75rem;
		}
		.section__metodology-timeline-date.--long:after{
			content: none;
		}
		.section__metodology-timeline-date {
			grid-column-start: 1;
		}
		.section__topic-block-card-timeline {
			grid-template-columns: 1fr;
		}
		.section__prediction-block-title {
			font-size: 2rem;
		}
		.section__cards {
			grid-template-columns: repeat(6, 1fr);
			overflow-x: scroll;
			margin: 0 -1.25rem;
			padding: 0 1.25rem;
			width: calc(100vw - 4rem);
		}
		.section__card{
			min-width: 85vw;
		}
	}