

/* Start:/local/templates/newpolus/styles.css?17821159109203*/
body[contenteditable] .infoblock {
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 0.25rem;
    border: 0.125rem solid transparent;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

body[contenteditable] .infoblock-title {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    font-weight: 700;
}

body[contenteditable] .infoblock div svg {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
    aspect-ratio: 1;
}

body[contenteditable] .infoblock--green {
    background: rgb(229, 255, 240, 1);
}

body[contenteditable] .infoblock--red {
    background-color: rgb(255, 232, 227, 1);
}

body[contenteditable] .infoblock--gray {
    background-color: rgb(242, 245, 247, 1);
}

body[contenteditable] img {
    width: 100%;
    max-height: 30rem;
    object-fit: contain;
}

body[contenteditable] .media-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

body[contenteditable] .media-group > * {
    width: 100%;
    height: 100%;
}

body[contenteditable] .media-group .infoblock {
    margin: 0;
}

body[contenteditable] .float-left {
    width: calc(50% - 0.5rem);
    float: left;
    margin-right: 1rem;
}

body[contenteditable] .float-right {
    width: calc(50% - 0.5rem);
    float: right;
    margin-left: 1rem;
}

body[contenteditable] ul {
    padding-left: 1.25rem;
    list-style: disc;
}

body[contenteditable] ol {
    padding-left: 1.25rem;
    list-style: decimal;
}

body[contenteditable] hr {
    border: .0625rem solid var(--color-black-100);
}

body[contenteditable] .object-line {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
}

body[contenteditable] table {
    width: 100%;
    border-radius: .25rem   ;
    border-style: hidden;
    box-shadow: 0 0 .125rem black;
}

body[contenteditable] table tbody {
    width: 100%;
    border-radius: .25rem;
    border: .0625rem solid var(--color-black-800);
}

body[contenteditable] table thead,
body[contenteditable] table th {
    font-weight: 500;
}

body[contenteditable] table td {
    padding: .5rem;
    text-align: center;
}

body[contenteditable] table tbody > *:nth-child(n+2) {
    border-top: .0625rem solid var(--color-black-800);
}

body[contenteditable] table td:nth-child(n+2) {
    border-left: .0625rem solid var(--color-black-800);
}

body[contenteditable] b,
body[contenteditable] strong {
    font-weight: 700;
}

body[contenteditable] p {
    margin-bottom: 1.5rem;
}

body[contenteditable] h2,
body[contenteditable] h3,
body[contenteditable] h4,
body[contenteditable] h5,
body[contenteditable] h6 {
    margin: 0 0 1.5rem;
    line-height: 1.126em;
}

body[contenteditable] h1 {
    font-size: 1.875rem;
    line-height: 2.125rem;
}

body[contenteditable] h2 {
    font-size: 1.75rem;
    line-height: 2rem;
}

body[contenteditable] h3 {
    font-size: 1.5em;
    line-height: 1.75rem;
}

body[contenteditable] h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

body[contenteditable] h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

body[contenteditable] h6 {
    font-size: 1rem;
}

body[contenteditable] a {
    color: rgb(0, 217, 89, 1);
    cursor: pointer;
    text-decoration: underline rgb(0, 217, 89, 1);
}

body[contenteditable] a.hover,
body[contenteditable] a:hover {
    color: rgb(0, 204, 85, 1);
    text-decoration-color: rgb(0, 204, 85, 1);
}


body[contenteditable] .banner {
    height: 27.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
    background-color: rgb(230, 230, 230, 1);
}

body[contenteditable] .banner-picture {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body[contenteditable] .banner-picture picture,
body[contenteditable] .banner-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body[contenteditable] .banner-text {
    width: 100%;
    padding: 1.125rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    color: white;
}

body[contenteditable] .banner-title {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 500;
}

body[contenteditable] .banner-description {
    font-size: 1rem;
    line-height: 1.25rem;
}


body[contenteditable] .card-article {
    height: 100%;
    padding: 1rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
    border: 0.125rem solid rgb(242, 245, 247, 1);
    background-color: white;
    color: rgb(34, 34, 34, 1);
    transition: ease-in-out all 150ms;
}

body[contenteditable] .card-article-picture {
    margin-bottom: 1rem;
    aspect-ratio: 16/11;
    border-radius: 0.125rem;
    overflow: hidden;
}

body[contenteditable] .card-article-picture picture,
body[contenteditable] .card-article-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body[contenteditable] .card-article-text {
    height: fit-content;
}

body[contenteditable] .card-article-name,
body[contenteditable] .card-article-preview {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body[contenteditable] .card-article-name {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    transition: ease-in-out all 150ms;
}

body[contenteditable] .card-article-preview {
    -webkit-line-clamp: 5;
    line-clamp: 5;
    display: -webkit-box;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 300;
}

body[contenteditable] .card-article.hover,
body[contenteditable] .card-article:hover {
    box-shadow: 0 0 0.75rem rgb(0, 0, 0, 0.1);
}

body[contenteditable] .card-article.focus-within,
body[contenteditable] .card-article:focus-within {
    border-color: rgb(153, 255, 196, 1);
}

body[contenteditable] .card-article.hover .card-article-name,
body[contenteditable] .card-article:hover .card-article-name {
    color: rgb(0, 217, 89, 1);
}

body[contenteditable] blockquote {
    padding: 0 1.5rem;
}

body[contenteditable] .static-page-hero img {
    max-height: inherit;
}

body[contenteditable] .static-page-projects {
    margin: 0 -1rem;
}

body[contenteditable] .table-scroll-wrapper {
    width: 100%;
    padding: .125rem .125rem .5rem;
    overflow: scroll;
}

@media (min-width: 600px) {
    body[contenteditable] h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    body[contenteditable] h3 {
        line-height: 1.875rem;
    }

    body[contenteditable] h4 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    body[contenteditable] h5 {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    body[contenteditable] .banner {
        height: 32.5rem;
    }

    body[contenteditable] .banner-text {
        padding: 2.5rem;
    }

    body[contenteditable] .banner-title {
        font-size: 2.875rem;
        line-height: 3.5rem;
    }

    body[contenteditable] .banner-description {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 500;
    }

    body[contenteditable] .static-page-projects {
        margin: 0 -1.25rem;
    }
}

@media (min-width: 905px) {
    body[contenteditable] h1 {
        font-size: 2.875rem;
        line-height: 3.5rem;
    }

    body[contenteditable] h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    body[contenteditable] h3 {
        font-size: 1.75em;
        line-height: 2rem;
    }

    body[contenteditable] h4 {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }

    body[contenteditable] h5 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    body[contenteditable] .media-group {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
    }

    body[contenteditable] .float-left {
        width: calc(50% - 0.75rem);
        margin-right: 1.5rem;
    }

    body[contenteditable] .float-right {
        width: calc(50% - 0.75rem);
        margin-left: 1.5rem;
    }

    body[contenteditable] .banner {
        height: 27rem;
    }

    body[contenteditable] .banner-text {
        width: 39.0625rem;
        padding: 0;
        margin-left: 6.625rem;
    }

    body[contenteditable] .card-article {
        padding: 1.25rem;
    }

    body[contenteditable] .card-article-name {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    body[contenteditable] .card-article-preview {
        -webkit-line-clamp: 6;
        line-clamp: 6;
    }

    body[contenteditable] .static-page-projects {
        margin: 0 -1.5rem;
    }
}

@media (min-width: 1280px) {
    body[contenteditable] .banner {
        height: 38.25rem;
    }

    body[contenteditable] .card-article-name {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    body[contenteditable] .card-article-preview {
        -webkit-line-clamp: 5;
        line-clamp: 5;
    }

    body[contenteditable] .static-page-projects {
        margin: 0 -2rem;
    }
}

@media (min-width: 1440px) {
    body[contenteditable] .banner {
        height: 40rem;
    }
}

/* End */
/* /local/templates/newpolus/styles.css?17821159109203 */
