<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-columns__col &gt; .content-slideshow:only-child {
    height: auto;
}
.content-slideshow__ghost-img-wrap {
    padding: 0;
    text-align: center;
}
.content-slideshow__ghost-img-link-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.content-slideshow__ghost-img-wrap .btn-wrap {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.content-slideshow__slide {
    min-height: 200px;
}
.content-slideshow__slide:focus {
    /* remove outline in chrome */
    outline: 0;
}
/* page load visual improvement */
.content-slideshow:not(.slick-initialized) .content-slideshow__slide:not(:first-child) {
    position: absolute;
    visibility: hidden;
}

.content-slideshow__dot-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 45px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    list-style: none;
    text-align: center;
    cursor: default;
}
.content-slideshow__dot-nav &gt; li {
    display: inline-block;
    margin: 0 3px;
    vertical-align: bottom;
}
.content-slideshow__dot-nav &gt; li:first-child {
    margin-left: 0;
}
/* fix https://github.com/kenwheeler/slick/issues/3009 */
.content-slideshow__dot-nav &gt; li:only-child {
    display: none;
}
.content-slideshow__dot-nav-btn {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    background: #333;
    border: 0;
    border-radius: 50%;
    color: transparent;
}
.content-slideshow__dot-nav .slick-active .content-slideshow__dot-nav-btn {
    background-color: #777;
}

.content-slideshow__arrow {
    position: absolute;
    left: 0;
    bottom: 5px;
    border: 0;
    background: none;
    border-radius: 0;
    color: transparent;
    width: 45px;
    height: 45px;
    padding: 0;
    /* required, svgs overflow on rotation */
    overflow: hidden;
    z-index: 3;
    transition: opacity .3s;
}
.content-slideshow__arrow.slick-disabled {
    opacity: .3;
}
.content-slideshow__arrow .svg-icon--arrow {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    color: #333;
    transform: rotate(90deg);
}
.content-slideshow__arrow-next {
    left: auto;
    right: 0;
}
.content-slideshow__arrow-next .svg-icon--arrow {
    transform: rotate(-90deg);
}

/* Design type 1 */
.content-slideshow--type-1 {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 40px;
    border-bottom: 2px solid #777;
}
.content-slideshow--type-1 .content-slideshow__text-content {
    padding-top: 15px;
    padding-bottom: 15px;
}
.content-slideshow--type-1 .content-slideshow__text-content h1 {
    font-size: 1.6rem;
    margin-bottom: 0;
}
.content-slideshow--type-1 .content-slideshow__text-content p {
    display: none;
    margin-bottom: .3em;
}

/* Design type 2 */
.content-slideshow--type-2 {
    padding-bottom: 55px;
}
.content-slideshow--type-2.content-slideshow--no-dot-nav {
    padding-bottom: 0;
}
.content-slideshow--type-2 .content-slideshow__slide {
    min-height: 100px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media ( min-width: 768px ) {
    /* Design type 1 */
    .content-slideshow--type-1 {
        padding-bottom: 20px;
    }
    .content-slideshow--type-1 .content-slideshow__slide-img {
        min-width: 100%;
        max-width: 400px;
    }
    .content-slideshow--type-1 .content-slideshow__text-content {
        padding-top: 20px;
        padding-bottom: 30px;
        padding-right: 40px;
    }
    .content-slideshow--type-1 .content-slideshow__text-content h1 {
        font-size: 2rem;
        margin-bottom: 25px;
    }
    .content-slideshow--type-1 .content-slideshow__dot-nav {
        margin: 0;
        padding: 0 0 0 15px;
        text-align: left;
        pointer-events: auto;
    }

    /* Design type 2 */
    .content-slideshow--type-2 {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 60px;
    }
    .content-slideshow--type-2 .content-slideshow__slide {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media ( min-width: 992px ) {
    /* Design type 1 */
    .content-slideshow--type-1 .content-slideshow__slide-img {
        max-width: 500px;
    }
}

@media ( min-width: 1200px ) {
    /* Design type 1 */
    .content-slideshow--type-1 .content-slideshow__slide-img {
        max-width: 600px;
    }
}

@media ( min-width: 1600px ) {
    /* Design type 1 */
    .content-slideshow--type-1 .content-slideshow__slide-img {
        max-width: 700px;
    }
}</pre></body></html>