<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-orange {
    color: orange !important;
}

.bg-orange {
    background-color: orange !important;
}

.bg-stat {
    background-color: #fbab7e;
    background-image: linear-gradient(62deg, #fbab7e 0%, #408924 100%);
}

.cursor-pointer {
    cursor: pointer;
}

.text-justify {
    text-align: justify !important;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.z-index-100 {
    z-index: 100;
}

.bg-transp {
    background-color: #242a35b3 !important;
}

.nav-link.active {
    color: orange !important;
}

.nav-link:hover {
    color: orange !important;
}

.carousel-blocks:hover {
    color: orange !important;
    border: 1px solid #fff !important;
}

.categories-blocks {
    background-color: #f2f3f4 !important;
}

.categories-blocks:hover {
    color: #198754 !important;
    border-color: #198754 !important;
    border-width: 2px !important;
}

.carousel-img {
    --animate-duration: 15s;
}

.download-mobile-link {
    --animate-duration: 2s;
}

.footer-link:hover {
    color: #ffffff !important;
}

/* svg size */
.svg-60px {
    width: 60px;
    height: 60px;
}
.svg-30px {
    width: 30px;
    height: 30px;
}
.svg-28px {
    width: 28px;
    height: 28px;
}
.svg-24px {
    width: 24px;
    height: 24px;
}
.svg-18px {
    width: 18px;
    height: 18px;
}

.h-600px {
    height: 600px !important;
}

.h-130px {
    height: 130px !important;
}

.w-130px {
    width: 130px !important;
}
</pre></body></html>