<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --hp-nav-height: 250px;
}

@media only screen and (min-width: 1025px) {
    #body_home .swiper-container-fade .swiper-slide {
        height: calc(100vh - (var(--hp-nav-height) + 72px));
    }
    
    #body_home .swiper-slide img {
        height: 100%;
        object-fit: cover;
    }
}

/* Web Accessibility Statement Footer */
footer .footer-web-accessibility-statement {
    background-color: var(--disclaimer-bg);
    color: var(--disclaimer-link-color);
    padding: 20px 0;
    font-size: 17px;
}

@media (min-width: 1200px) {
    footer .footer-web-accessibility-statement {
        padding: 25px 0;
    }
}</pre></body></html>