<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel-indicators li {
    border-radius: 50%;
    width: 12px;
    height: 10px;
    background-color: rgb(102, 102, 102);
    border-width: 1px;
    border-color: rgb(102, 102, 102);
}

.carousel-indicators li.active {
    border-radius: 50%;
    width: 12px;
    height: 10px;
    background-color: #492F75;
    border-width: 1px;
    border-color: #492F75;
}

.carousel-indicators {
    bottom: -10px;
}

.carousel_div {
    border-bottom-color: rgb(255, 255, 255);
    border-radius: 17px;
    padding-bottom: 5%;
    padding: 5% 5% 5% 5%;
}

.carousel_title {
    text-align: center;
    font-family: 'Roboto-Medium', Arial;
    font-size: 1rem;
    color: white;
}

.carousel_text {
    text-align: left;
    font-family: 'Roboto-Medium', Arial;
    font-size: 14px;
    color: white;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}</pre></body></html>