<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sk-custom-html-carousel {
    clip-path: inset(-100vw -100vw -100vw 0);
    overflow: visible;
}

.sk-carousel-container {
    display: flex;
    width: fit-content;
    align-items: center;
}

.sk-carousel-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sk-swiper-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sk-swiper-slideshow {
    display: flex;
    flex-direction: row;
}

.sk-swiper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sk-swiper-thumbnail {
    width: 300px;
}

.sk-swiper-thumbnail img {
    height: auto;
}

.sk-carousel-dots {
    margin-top: 40px;
    max-width: 600px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.sk-carousel-dot {
    transition: 0.3s ease-in-out;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
}

.sk-carousel-dot:hover {
    transform: scale(1.5);
    background-color: #FFDD00;
}

.sk-power-essence .active {
    transform: scale(1.5);
    background-color: #FFDD00;
}

@media (max-width: 768px) {

    .sk-custom-html-carousel{
        width: 300px;
    }
    .sk-power-essence {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}</pre></body></html>