<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .project-main-slider {
        margin-bottom: 100px;
    }  */

.page-block {
    position: relative;
}

.main-section.main-section--about {
    margin-top: 6rem;
}

.topline-text {
    position: relative;

    padding-top: 2rem;
}

.topline-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 4rem;
    height: 0.2rem;

    background-color: #c4c4c4;
}

.main__subtitle {
    position: relative;

    width: 100%;
    margin-bottom: 0;
    padding-top: 2rem;
    margin-top: 5rem;

    font-size: 2.1rem;
    font-weight: 600;
    text-transform: initial;
}

.main__subtitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 4rem;
    height: 0.2rem;

    background-color: #c4c4c4;
}

.carusel__buttons {
    display: none !important;
    border: none;
}

.main-section--about .about_title {
    margin-bottom: 2rem;
    font-size: 21px;
    font-weight: 600;
}

.main-section--about .about_title.about_title--main {
    font-size: 28px;
}

.container-slider {
    padding: 0;
}

.about-container {
    margin-bottom: 0em;
    margin-bottom: 0;
}

.about__content--main {
    text-align: justify;
}

.about-container {
    padding-bottom: 5rem;
}

.about-container.about-container--main {
    padding: 0;
}

.about__content p {
    padding-bottom: 0;

    font-size: var(--font-size--default);
}

.content__link {
    margin-bottom: 1em;
    display: block;
    text-decoration: none;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.content__link:hover {
    color: #d6d6d6;
}

.content__link:hover span {
    color: #000;
}

.content__description {
    position: relative;
    padding-left: 1em;
    text-transform: initial;
}

.description {
    padding-left: 0;
    padding-right: 0;
}

.content__description::before {
    content: '';
    position: absolute;
    left: 5px;
    width: 2px;
    height: 25px;
    background-color: #000;
}

.about__content.about__content--cards,
.awards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.about__content--cards .card {
    width: 23%;
    margin-right: 2.6%;
    margin-top: 5rem;
}

.about__content--cards .card:nth-child(4n + 4) {
    margin-right: 0;
}

.awards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.card.card--award {
    width: 49%;
    margin-bottom: 50px;
}

.card.card--award figure,
.card.card--award .figure {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.card.card--award figcaption,
.card.card--award .figcaption {
    padding: 0;
    width: 48%;
}

.card.card--award img {
    width: 48%;
}

.awards-csv .card.card--award figure,
.awards-csv .card.card--award .figure {
    flex-direction: column;
    justify-content: flex-start;
}

.awards-csv .card.card--award img {
    width: 100%;
    margin-bottom: 20px;
    /* max-height: 259px; */
    border-radius: 6px 6px 0 0;
}

.awards-csv .card.card--award figcaption,
.awards-csv .card.card--award .figcaption {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.awards-csv .card.card--award {
    width: 25%;
    padding: 0 12px;
}

.awards-csv .card.card--big {
    width: 49%;
}

.card.card--award .card__title {
    font-size: var(--font-size--default);
    text-transform: uppercase;
}

.card.card--award .card__title &gt; b {
    text-transform: initial;
}

.card__subtitle {
    font-size: 15px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;

    transition: 0.3s;
}
.card.readmore .card__subtitle {
    -webkit-line-clamp: 35;
}

.fake-link {
    position: relative;
    text-decoration: underline;
    margin-top: 20px;
    cursor: pointer;

    display: none;
}

.cross-icon {
    display: none;
}

.card.readmore .fake-link .cross-icon {
    display: block;
    position: absolute;
    right: 15px;
    top: 7px;
}

/* .card__subtitle.short + .fake-link {
        display: none;
    } */

.card__subtitle.long + .fake-link {
    display: block;
}

.cross-icon::before,
.cross-icon::after {
    position: absolute;
    content: ' ';
    height: 11px;
    width: 1px;
    background-color: #000;
}

.cross-icon::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cross-icon::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.card .card__link {
    width: 100%;
}

.card a {
    text-decoration: none;
}

.card .figcaption,
.card figcaption {
    padding-top: 2rem;

    font-size: 16px;
}

.card .figcaption:hover a .card__title,
.card figcaption:hover a .card__title {
    text-decoration: underline;
}

.card.card--award:hover a .card__title {
    text-decoration: underline;
}

.card .card__title {
    margin-bottom: 8px;

    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.promo-block__text {
    width: 100%;
}

@media (min-width: 1024px) {
    .promo-block__text p {
        margin-bottom: 30px;
        padding-bottom: 40px;
        max-width: 840px;
        font-size: 19px;
        line-height: 1.45;
        letter-spacing: 0.02em;
    }

    .awards {
        justify-content: flex-start;
    }

    .page-block.None {
        margin-bottom: 100px;
    }

    /* .page-block.None .awards {
            margin-left: 20%;
        } */

    .page-block.None .promo-block__text {
        display: flex;
    }

    .page-block.None .promo-block__text .promo-block__header {
        flex-basis: 26%;
    }

    .page-block.None .promo-block__text .promo-block__title {
        max-width: 300px;
        margin-right: 30px;
    }

    .page-block.None .promo-block__text .promo-block__container {
        flex-basis: 75%;
    }

    .page-block.None + .page-block.horizont {
        margin-top: 100px;
    }

    .promo-block__title {
        margin-bottom: 30px;
    }
}

@media (max-width: 1439px) {
    .card.card--award {
        width: 32%;
    }
    .card.card--award figure,
    .card.card--award .figure {
        flex-direction: column;
        justify-content: flex-start;
    }

    .card.card--award img {
        margin-bottom: 5rem;
    }

    .card.card--award img,
    .card.card--award .figcaption,
    .card.card--award figcaption {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .awards {
        justify-content: space-between;
    }

    .card.card--award {
        width: 48%;
    }

    .awards-csv .card.card--award {
        width: 50%;
        margin-bottom: 3rem;
    }

    .awards-csv .card.card--big {
        width: 100%;
    }

    .about__content--cards .card {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 1em;
    }

    .about__content--cards .card:nth-child(even) {
        margin-right: 0;
    }

    /* .project-main-slider {
            margin-bottom: 50px;
        } */
}

@media (max-width: 767px) {
    .about-container {
        padding-top: 0;
        padding-bottom: 2.5rem;
    }
    .about-container--awards {
        padding-top: 0;
    }
}

/* .awards-csv .card {
        opacity: 0;
    }

    .awards-csv .card.onScreen {
        animation: onScreen 0.45s ease-in forwards;
    }

    .awards-csv .card.onScreen:nth-child(2n+2) {
        animation-delay: 0.2s;
    }


    .awards-csv .card.onScreen:nth-child(3n+3) {
        animation-delay: 0.3s;
    }

    .awards-csv .card.onScreen:nth-child(4n+3) {
        animation-delay: 0.4s;
    } */

@keyframes onScreen {
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
</pre></body></html>