<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.videoust .swiper-container {
    height: 400px;
    margin-bottom: 0px; }
@media (min-width: 768px) and (max-width: 991px) {
    .videoust .swiper-container {
        height: 340px; } }
@media (max-width: 768px) {
    .videoust .swiper-container {
        height: 340px;
        margin-bottom: 30px; } }

.videoust .swiper-slide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    border: 4px solid #FFF;
}
.videoust .swiper-slide .pulse {
    position: absolute;
    z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0; }
.videoust .swiper-slide:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004998;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    content: "";
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
.videoust .swiper-slide .meta {
    opacity: 0;
    width: 100%;
    padding: 15px 20px;
    z-index: 3;
    position: relative; }
.videoust .swiper-slide .meta p {
    margin: 0;
    font-size: 14px;
    margin-right: 20px;
    color: #ffffff; }
.videoust .swiper-slide .meta p i {
    margin-right: 8px;
    color: #ffffff; }
.videoust .swiper-slide .meta .btn-f {
    position: absolute;
    right: 15px;
    top: 15px; }
.videoust .swiper-slide .details {
    opacity: 0;
    position: absolute;
    /* bottom: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 15px 20px;
    z-index: 1; }
.videoust .swiper-slide .details h3 a {
    color: #fff;
    font-weight: 700; }

.videoust .swiper-button-next, .swiper-button-prev {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    border: 0 !important; }

.videoust .swiper-slide-active .pulse {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.videoust .swiper-slide-active:hover:before {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.videoust .swiper-slide-active .meta {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.videoust .swiper-slide-active .details {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: -webkit-gradient(linear, left bottom, left top, from(#004998), to(rgba(104, 110, 115, 0)));
    background: -webkit-linear-gradient(bottom, #004998 0%, rgba(104, 110, 115, 0) 100%);
    background: -o-linear-gradient(bottom, #004998 0%, rgba(104, 110, 115, 0) 100%);
    background: linear-gradient(to top, #004998 0%, rgba(104, 110, 115, 0) 100%); }

.pulse {
    margin: 60px;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite; }

.pulse:hover {
    -webkit-animation: none;
    animation: none; }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.8); }
    70% {
        -webkit-box-shadow: 0 0 0 200px 255, 255, 255, 0; }
    100% {
        -webkit-box-shadow: 0 0 0 0 255, 255, 255, 0; } }

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }</pre></body></html>