/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html {
    scroll-behavior: smooth;
}

.container {
    overflow: visible;
}

.click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
}

.to-display {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1px;
}

.top-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 96px;
}

.top-hero__image {
    width: 550px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 22px;
    border: 2px solid;
}

.top-hero__content {
    padding-left: 96px;
}

.top-hero__title {
    font-family: Oswald-SemiBold;
    color: white;
    line-height: 1.2;
}

.top-hero__total-amount {
    font-family: Oswald-Regular;
    color: white;
    margin-top: 16px;
    line-height: 1.6;
}

.active-step-title {
    color: white;
    font-size: 20px;
    font-family: Oswald-Light;
    margin-top: 32px;
    margin-bottom: 16px;
}

.see-all-steps {
    background-color: #282828;
    padding: 16px;
    border-radius: 22px;
    margin-top: 16px;
}

.see-all-steps__title {
    color: white;
    font-family: Oswald-Regular;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.see-all-steps__title .arrow-right-icon {
    margin-right: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.step-title {
    color: white;
    font-family: Oswald-Regular;
    margin-top: 16px;
    line-height: 1.6;
}

.step-title:last-of-type {
    margin-bottom: 0;
}

.arrow-open {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.progress-bar {
    width: 100%;
    height: 15px;
    background-color: black;
    border-radius: 22px;
    overflow: hidden;
    margin-top: 8px;
    border: 1px solid white;
}

.progress {
    height: 100%;
    background-color: #4CAF50;
    -webkit-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.crowdfunding-title {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

.total-amount {
    font-size: 1.5em;
    color: #80B1FF;
    margin-bottom: 1em;
}

.main-progress-container {
    position: relative;
}

.main-progress-bar-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-progress-bar {
    width: 100%;
    height: 23px;
    background-color: black;
    border-radius: 22px;
    border: 3px solid white;
    overflow: hidden;
}

.main-progress {
    height: 100%;
    background-color: #80B1FF;
    -webkit-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.cup-icon {
    margin-left: 16px;
}

.no-select {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}

.contributors-numbers__number {
    font-size: 32px;
    color: #80B1FF;
    font-family: Oswald-SemiBold;
    margin-top: 48px;
}

.remaining-days {
    font-size: 32px;
    color: #80B1FF;
    font-family: Oswald-SemiBold;
    margin-top: 32px;
}

.contributors-numbers__title,
.end-date-text {
    font-size: 20px;
    color: white;
    font-family: Oswald-Regular;
    margin-top: 8px;
}

.cta-section {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap   ;
        flex-wrap: nowrap   ;
}

.share-section__share-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 16px;
}

.share-section__share-icon svg {
    width: 100%;
    height: 100%;
}

.share-section__share-icon svg,
.share-section__share-icon {
    width: 24px;
    height: 24px;
}

.tax-reduction-information {
    margin-top: 8px;
    width: 100%;
}

.tax-reduction-information * {
    color: white;
    font-family: Oswald-Light;
    font-size: 16px;
    line-height: 1.6;
}

.page-moving-content__menu {
    background-color: #282828;
    width: 100%;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 22px;
    border: 2px solid;;
    margin: 32px 0 32px 0;
}

.page-moving-content__menu__item {
    font-family: Oswald-Regular;
    font-size: 20px;
    margin: 0 32px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.page-moving-content__menu__item__active {
    border-bottom: 4px solid #80B1FF;
    font-family: Oswald-SemiBold;
    padding-bottom: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.post-id {
    position: relative;
    bottom: 96px;
}

.page-moving-content__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.page-moving-content__content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #80B1FF;
    margin-top: 48px;
}

.page-moving-content__content__item:first-of-type {
    margin-top: 0;
}

.page-moving-content__content__item .cta-section {
    margin-bottom: 16px;
    margin-top: 32px;
}

.page-moving-content__content__item__title {
    font-family: Oswald-SemiBold;
    color: #80B1FF;
    margin-bottom: 16px;
}

.page-moving-content__content__item__date {
    font-family: Oswald-Light;
    color: white;
}

.page-moving-content__content__item__content p {
    color: white;
    font-family: Oswald-Light;
    line-height: 1.6;
    margin-top: 16px;
    margin-bottom: 16px;
}

.page-moving-content__content__item__content img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 22px;
}

.page-moving-content__content__item__content a,
.page-moving-content__content__item__content a :visited {
    color: #80B1FF;
}
.journal{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.project,
.contreparties {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.journal-index {
    position: sticky;
    top: 132px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-height: calc(100vh - 200px);
    background-color: #282828;
    padding: 32px;
    border-radius: 22px;
    border: 2px solid;
    margin-right: 32px;
    width: 230px;
}

.journal-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}   

.journal-index__list-item {
    margin-bottom: 16px;
}

.journal-index__list-item:last-of-type {
    margin-bottom: 0;
}

.journal-index__list-item__link {
    color: white;
    display: -webkit-box;
    line-height: 1.4;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-family: Oswald-Regular;
    -webkit-transform: 0.3s;
        -ms-transform: 0.3s;
            transform: 0.3s;
}

.journal-index__list-item__link.active {
    font-weight: bold;
    color: #80B1FF;
    border-left: 4px solid #80B1FF;
    padding-left: 8px;
    -webkit-transform: 0.3s;
        -ms-transform: 0.3s;
            transform: 0.3s;
}

.page-moving-content {
    position: sticky;
    top: 100px;
    z-index: 100;
}

.page-moving-content__menu {
    position: relative;
    height: 100px;
}

.page-moving-content-wrapper {
    position: relative;
    margin-bottom: 48px;
}

.page-moving-content__menu__item,
.journal-index__list-item__link {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-moving-content__menu__item__active,
.journal-index__list-item__link.active {
    font-weight: bold;
    color: #80B1FF;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contreparties-section {
    background-color: #282828;
    border-radius: 22px;
    border: 2px solid;
    padding: 32px;
    width: 330px;
    margin-left: 32px;
    margin-bottom: 32px;
}

.contreparties-section__title {
    font-family: Oswald-SemiBold;
    color: #80B1FF;
    margin-bottom: 16px;
}

.contreparties-section__list__item__title {
    font-family: Oswald-Regular;
    color: white;
    margin-bottom: 16px;
    line-height: 1.6;
    font-size: 20px;
}

.contreparties-section__list__item__img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.contreparties-section__list__item__minimum-amount {
    color: white;
    font-family: Oswald-Regular;
    margin-top: 16px;
}

.contreparties-section__list__item__maximum-amount {
    color: white;
    font-family: Oswald-Regular;
    margin-top: 16px;
}

.contreparties-section__description-title {
    color: #80B1FF;
    font-family: Oswald-Regular;
    font-size: 20px;
    margin-top: 32px;
}

.contreparties-section__description * {
    color: white;
    font-family: Oswald-Light;
    margin-top: 16px;
    line-height: 1.6;
}

.contreparties-section__list__item {
    border-bottom: 1px solid #80B1FF;
    padding: 32px 0;
}

.contreparties-section__list__item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.project__title,
.contreparties__title {
    font-family: Oswald-SemiBold;
    color: #80B1FF;
    margin-bottom: 16px;
}

.project__content *,
.contreparties__content * {
    color: white;
    font-family: Oswald-Light;
    line-height: 1.6;
}

.project__cta,
.contreparties__cta {
    margin-top: 32px;
}

.splide__slide {
    width: calc((100% - 2rem) / 3);
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.splide__slide > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.splide__slide img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
}

.contreparties-section--mobile {
    display: none;
}

.contreparties-section__description {
    color: white;
    font-family: Oswald-Light;
    line-height: 1.6;
}
@media all and (max-width: 1096px) { 
    .top-hero__image {
        width: 300px;
    }

    .contreparties-section--mobile {
        display: block;
        margin-top: 32px;
    }

    .contreparties-section--desktop {
        display: none;
    }

    .page-moving-content >.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .page-moving-content__content {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .journal-index__list-item__link.active {
        font-weight: inherit;
        color: white;
        border-left: none;
        padding-left: 0;
        -webkit-transform: 0.3s;
            -ms-transform: 0.3s;
                transform: 0.3s;
    }

    .contreparties-section {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-left: 0;
        width: 100%;
        padding: 0;
        background-color: transparent;
        border: none;
        margin-bottom: 0;
    }

    .contreparties-section__title {
        line-height: 1.6;
    }

    .contreparties-section__list {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1rem;
    }

    .contreparties-section__list__item {
        border: 2px solid #80B1FF;
        border-radius: 12px;
        padding: 16px;
    }

    .contreparties-section__list__item .main-cta {
        margin-top: auto;
    }

    .contreparties-section__description {
        margin-bottom: 32px;
    }

    .contreparties-section__list__item:last-of-type {
        border-bottom: 2px solid #80B1FF;
        padding-bottom: 16px;
    }

    .splide__slide {
        width: 100%;
    }

    .contreparties-section__list__item__infos {
        height: 70px;
    }

    .contreparties-section__list__item__title {
        min-height: 65px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .splide__arrow {
        background-color: #80B1FF !important;
    }

    .footer {
        margin-top: 32px;
    }
}

@media (min-width: 841px) {
    .journal-index__mobile {
        display: none;
    }
}
@media all and (max-width: 840px) { 
    .top-hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 0;
    }

    .top-hero__content {
        padding-left: 0;
        margin-top: 32px;
    }

    .top-hero__image {
        margin: auto;
    }
    
    .journal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .journal-index {
        width: 100%;
        margin-bottom: 32px;
        position: inherit;
        top: inherit;
    }

    .journal-index ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .journal-index__list-item {
        margin-right: 16px;
        margin-bottom: 0;
    }
                                .journal-index__desktop {
                                    display: none !important;
                                }
                .journal-index__mobile.splide .splide__arrow--prev {
                    left: -26px;
                }
        
                .journal-index__mobile.splide .splide__arrow--next {
                    right: -26px;
                }
}

@media all and (max-width: 695px) {
    .journal-index__list-item__link {
        text-align: center;
    }
}
@media all and (max-width: 600px) { 
    .top-hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .top-hero .cta-section {
        margin-bottom: 16px;
    }

    .page-moving-content__content__item  .cta-section{
        margin-bottom: 32px !important;
    }

    .cta-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .cta-section .main-cta {
        width: 100%;
    }

    .share-icons {
        margin-top: 32px;
    }

    .page-moving-content__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: inherit;
    }

    .project__cta, .contreparties__cta {
        width: 100%;
    }

    .page-moving-content__menu__item {
        margin-bottom: 16px;
    }

    .page-moving-content__menu__item:last-of-type {
        margin-bottom: 0;
    }

    .top-hero__title {
        font-size: 36px;
    }

    .top-hero__image {
        width: 100%;
        margin: auto;
    }

    .top-hero__content {
        padding-left: 0;
        margin-top: 16px;
    }

}