<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.award-slider .slick-track {
    margin-left: 0;
}
/* .award-slider  .slick-arrow.slick-prev {
    left: 0;
}
.award-slider  .slick-arrow.slick-next {
    right: 0;
} */
.awards .awards-carousel-wrapper {
    max-width: calc(100% - 61px);
}
.awards .card {
    min-height: 280px;
    padding: 0 18px 0 40px;
}

.awards .timeline {
    border-left: 2px solid black;
    height: 230px;
    position: relative;
}

.awards .timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    width: 2px;
    height: 2px;
    background-color: #000000;
    border: 2px solid #000000;
    border-radius: 50%;
    z-index: 1;
}

.awards .timeline:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3px;
    width: 2px;
    height: 2px;
    background-color: #000000;
    border: 2px solid #000000;
    border-radius: 50%;
    z-index: 1;
}

.awards .timeline-trophy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.awards .award {
    padding: 0 20px;
}
.awards .award img {
    width: 100px;
    text-align: center;
    margin: 0 auto;
}

.awards .award .award-title,
.awards .award .award-text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .awards .award .award-title,
    .awards .award .award-text h3 {
        font-size: 16px;
    }
}

.awards .award .award-subtitle,
.awards .award .award-text p {
    font-size: 14px;
    color: #808080;
    text-align: center;
    padding-top: 20px;
}

.awards .carousel-control-prev-icon {
    background-image: url(../images/previous-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.awards .carousel-control-next-icon {
    background-image: url(../images/next-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.awards .carousel-control-prev {
    left: -50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

.awards .carousel-control-next {
    right: -50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

.paragraph--type-awards-over-years .field-paragraph--field-award-title h3.field__label {
    display: none;
}

.field-paragraph--field-awards-over-years&gt;.field__items&gt;.field__item .slick-list .slick-track {
    margin-left: 0px;
}</pre></body></html>