<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --color-white: #ffffff;
    --color-black: #000000;
}

.liquid-lp-sp-block .liquid-lp-footer:before {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color-white)), to(var(--color-white)));
    background-image: linear-gradient(to right, var(--color-white) 0%, var(--color-white) 100%);
}

.liquid-lp-sp-block .liquid-lp-footer.custom:before {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color-black)), to(var(--color-black)));
    background-image: linear-gradient(to right, var(--color-black) 0%, var(--color-black) 100%);
}

.liquid-lp-gradient defs stop:first-child {
    stop-color: var(--color-white);
}

.liquid-lp-gradient defs stop:last-child {
    stop-color: var(--color-white);
}

.liquid-lp-gradient-custom defs stop:first-child {
    stop-color: var(--color-black) !important;;
}

.liquid-lp-gradient-custom defs stop:last-child {
    stop-color: var(--color-black) !important;
}

.liquid-lp-category.c-gradient:not(.size-sm) a {
    color: var(--color-black);
}

.liquid-lp-sp-block .liquid-lp-category.c-gradient a:before {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color-black)), to(var(--color-black)));
    background-image: linear-gradient(to right, var(--color-black) 0%, var(--color-black) 100%);
}

.liquid-lp-category.c-gradient.bordered a:hover {
    color: #fff !important;
}

.liquid-lp-category.c-gradient .liquid-lp-gradient-border rect {
    fill: none;
    stroke: url(#liquid-lp-gradient-custom) !important;
}


.liquid-lp-sp-block .liquid-lp-category a:before {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color-white)), to(var(--color-white)));
    background-image: linear-gradient(to right, var(--color-white) 0%, var(--color-white) 100%);

}

.liquid-lp-category.bordered a:hover {
    color: #000 !important;
}

.c-button:hover {
    color: var(--color-secondary) !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 600;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6 .h6 {
    font-family: 'Lato', sans-serif;
}

.font-lato {
    font-family: 'Lato', sans-serif !important;
}

#primary-nav &gt; li.current-menu-item.is-active &gt; a &gt; span.link-txt .txt {
    color: var(--color-secondary) !important;
}

.font-white {
    color: #fff !important;
}

.logo-dark,
.logo-light,
.mobile-logo-default,
.logo-default {
    width: 130px;
}

.logo-sticky {
    width: 100px;
}

.font-shadow-white {
    text-shadow: 0px 0px 2px #FFF
}


.font-shadow-black {
    text-shadow: 2px 2px 2px rgba(60, 60, 60, 1);
}

.fav-detail {


}

.fav-detail::before {
    opacity: 0.1;
    background-image: url('../avatar_mia.png');
    width: 243px;
    height: 243px;
    top: calc(50% + 30px);
    left: auto;
    right: calc(50% + 330px);

}


@media screen and (min-width: 1200px) {
    .fancy-title .pull-to-right {
        margin-right: -2.3076923077em;
    }
}

@media screen and (min-width: 1199px) {
    [data-mobile-nav-style=modern]:before {
        background-image: -webkit-gradient(linear, right bottom, left top, from(#ffffff), to(#f3f3f3)) !important;
        background-image: linear-gradient(to top left, #ffffff 0%, #f3f3f3 100%) !important;
    }
}

#contact .liquid-parallax-container .liquid-parallax-figure::after {
    opacity: 0;
}

.liquid-parallax-container .liquid-parallax-figure::after {
    content: "";
    background-color: #fff;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.btn-icon-solid.custom-mia .btn-icon {
    width: 4.5em;
    height: 4em;
}

.iconbox-custom {
    margin-bottom: 5px !important;
}


.pf-details-pull-right.custom-details .ld-pf-details {
    margin-left: 10px;
    margin-right: 10px;
}

.pf-details-boxed.custom-details .ld-pf-details {
    width: 95%;
    padding: 30px;
}

.main-nav .children, .nav-item-children {
    min-width: 260px !important;
}

.custom-ld-pf-image {
    width: 340px;
    height: 275px;
    background-color: #fff;
}

.img-alliance {
    width: 70% !important;
    margin-left: 15% !important;
}

section#iticket::before,
section#imms::before,
section#oir::before,
section#ics::before {
    content: '';
    display: block;
    height: 75px;
    margin-top: -75px;
    visibility: hidden;
}

.cookieinfo {
    line-height: 45px !important;
}

.cookieinfo-close {
    background-color: #fff !important;
}</pre></body></html>