<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-wrapper {
    background-color: #0050dd;
    padding: 10px 0;
    position: relative;
}

.news-body {
    background-color: #d4d4d4;
    padding-top: 45px;
    padding-bottom: 15px;
}

.news-section-title {
    font-family: GothamBold, sans-serif;
    font-style: italic;
    font-size: 17pt;
    color: white;
    position: absolute;
    top: 10px;
    background: linear-gradient(#0052dd, #0026c4);
    padding: 0 30px;
}

.news-section-title::before, .news-section-title::after {
    content: "\00a0";
    position: absolute;
    background-color: #d4d4d4;
    font-size: 0;
    width: 10px;
    height: 100%;
    top: 0;
}

.news-section-title::before {
    border-top-right-radius: 10px;
    left: 0;
}

.news-section-title::after {
    border-top-left-radius: 10px;
    right: 0;
}

.news-section-title span {
    background: linear-gradient(#0024c2, #000a91);
    position: absolute;
    top: 100%;
    left: 10px;
    width: calc(100% - 20px);
    height: 10px;
    border-radius: 0 0 10px 10px;
}

.news-arrows-btn {
    height: 40px;
    width: 40px;
    border: 1px solid #616161;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.news-arrows-btn &gt; div {
    height: 16px;
    width: 16px;
    border-left: 4px solid #616161;
    border-bottom: 4px solid #616161;
    position: absolute;
    top: 50%;
    border-radius: 3px;
}

.left-arrow {
    transform: translate(-50%, -50%) rotate(45deg);
    left: calc(50% + 3px);
}

.right-arrow {
    transform: translate(-50%, -50%) rotate(225deg);
    left: calc(50% - 3px);
}

.news-arrows-btn:hover {
    border-color: #333333;
}

.news-arrows-btn:hover &gt; div {
    border-color: #333333;
}

.news-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-slider .news-arrows-btn:first-of-type {
    margin-right: 50px;
}

.news-slider .news-arrows-btn:last-of-type {
    margin-left: 50px;
}

.news-carousel-wrapper {
    overflow: hidden;
}

.news-carousel {
    display: flex;
}

.news-carousel-item {
    width: 400px;
    min-width: 400px;
    max-width: 400px;
    padding: 10px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.news-carousel-item-title {
    color: #004edd;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 17pt;
    margin-bottom: 10px;
}

.news-carousel-item-description {
    font-family: Arial, sans-serif;
    font-size: 13pt;
    text-align: justify;
    margin-bottom: 20px;
}

.news-carousel-item-url {
    text-decoration: none;
    color: #004bdd;
    font-family: 'GothamBookRegular', sans-serif;
    padding: 8px 0;
    border: 2px solid #004bdd;
    width: 150px;
    display: block;
    text-align: center;
    font-size: 13pt;
    transition: 0.3s;
}

.news-carousel-item-url:hover {
    color: white;
    background-color: #004bdd;
}

.news-carousel-item::after, .news-carousel-item::before {
    content: "\00a0";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    background-color: #747474;
}

.news-carousel-item::before {
    left: 0;
}

.news-carousel-item::after {
    right: 0;
}

.news-carousel-item + .news-carousel-item:before {
    display: none;
}

.grow-space {
    flex-grow: 1;
}

.news-number-1 .news-arrows-btn {
    display: none;
}

@media (min-width: 1851px) {
    .news-number-4 .news-arrows-btn {
        display: none;
    }

    .news-carousel-wrapper {
        width: 1600px;
    }

    .news-section-title {
        left: calc(50% - 810px);
    }
}

@media (min-width: 1451px) and (max-width: 1850px) {
    .news-carousel-wrapper {
        width: 1200px;
    }

    .news-section-title {
        left: calc(50% - 610px);
    }
}

@media (min-width: 1451px) {
    .news-number-3 .news-arrows-btn {
        display: none;
    }
}

@media (min-width: 1040px) and (max-width: 1450px) {
    .news-carousel-wrapper {
        width: 800px;
    }

    .news-section-title {
        left: calc(50% - 410px);
    }
}

@media (min-width: 601px) {
    .news-number-2 .news-arrows-btn {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1039px) {
    .news-carousel-wrapper {
        width: 640px;
    }

    .news-section-title {
        left: calc(50% - 330px);
    }

    .news-carousel-item {
        width: 320px;
        min-width: 320px;
        max-width: 320px;
        padding: 10px;
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .news-slider .news-arrows-btn:first-of-type {
        margin-right: 10px;
    }

    .news-slider .news-arrows-btn:last-of-type {
        margin-left: 10px;
    }
}

@media (min-width: 701px) and (max-width: 768px) {
    .news-carousel-wrapper {
        width: 640px;
    }

    .news-carousel-item {
        width: 320px;
        min-width: 320px;
        max-width: 320px;
        padding: 10px;
    }
}

@media (min-width: 601px) and (max-width: 700px) {
    .news-carousel-wrapper {
        width: 540px;
    }

    .news-carousel-item {
        width: 270px;
        min-width: 270px;
        max-width: 270px;
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .news-section-title {
        font-size: 13pt;
    }

    .news-carousel-item-title {
        font-size: 14pt;
        margin-bottom: 5px;
    }

    .news-carousel-item-description {
        font-size: 11pt;
        margin-bottom: 15px;
        line-height: 18px;
    }

    .news-carousel-item-url {
        font-size: 11pt;
        width: 120px;
    }

    .news-slider .news-arrows-btn:first-of-type {
        margin-right: 0;
    }

    .news-slider .news-arrows-btn:last-of-type {
        margin-left: 0;
    }

    .news-arrows-btn {
        width: 30px;
        height: 100px;
        border-radius: 0;
    }

    .news-slider {
        justify-content: space-between;
    }
}

@media (max-width: 600px) {
    .news-carousel-wrapper {
        width: 365px;
    }

    .news-carousel-item {
        width: 365px;
        min-width: 365px;
        max-width: 365px;
        padding: 5px 20px;
    }

    .grow-space {
        display: none;
    }
}

@media (max-width: 425px) {
    .news-carousel-wrapper {
        width: 315px;
    }

    .news-carousel-item {
        width: 315px;
        min-width: 315px;
        max-width: 315px;
        padding: 5px 10px;
    }
}

@media (max-width: 374px) {
    .news-carousel-wrapper {
        width: 260px;
    }

    .news-carousel-item {
        width: 260px;
        min-width: 260px;
        max-width: 260px;
    }

    .news-carousel-item::after, .news-carousel-item::before {
        display: none;
    }
}</pre></body></html>