<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">iframe, object, embed img {
    max-width: 100% !important
}

#content ul, #content ol {
    padding-left: 1.2em
}

#content img {
    max-width: 100%
}

.carousel-item {
    background: #000
}

.carousel-item .item-wrapper {
    width: 100%;
    height: 360px;
    line-height: 358px;
    text-align: center;
    background: #000;
    overflow: hidden;
    position: relative
}

.carousel-item .item-wrapper img {
    position: relative;
    width: auto !important;
    max-height: 360px;
    max-width: 100%;
    display: unset !important
}

.carousel-navigation {
    position: absolute;
    right: 10px;
    bottom: 10px
}

.carousel-navigation a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    display: inline-block;
    opacity: .7
}

.carousel-navigation a:hover {
    opacity: 1
}

.carousel-indicators {
    bottom: -5px;
    margin: 0;
    background: transparent;
    justify-content: space-between;
    flex-wrap: wrap
}

.carousel-indicators li {
    background-color: #ccc;
    border: none;
    height: 5px;
    margin: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.carousel-indicators li.active {
    background-color: #f6c145
}

@media only screen and (max-width: 991px) {
    .custom-mobile {
        margin-top: -1em
    }
}

@media only screen and (max-width: 767px) {
    .carousel-item .item-wrapper {
        height: auto;
        line-height: 1
    }

    .carousel-item .item-wrapper img {
        max-height: 100%
    }
}

oembed {
    margin: 0 auto
}
</pre></body></html>