<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
section {
    padding-top: 30px;
}

.dw_content hr {
    margin: 50px 0 75px 0;
}

.sticky_header {
    position: fixed;
    top: 0;
    z-index: 99999999999999;
    background-color: #ffffff;
}

.sticky_header+.dw_content {
    padding-top: 80px;
}

#dw_nav_tabs li:first-of-type a:before {
    display: none;
}

.nav-internal img {
    height: 30px;
}

.dw_hero_video {
    width: 100%;
}

.dw_hero_wrapper {
    position: relative;
}

.dw_hero_wrapper&gt;div {
    position: absolute;
    left: 6%;
    top: 29%;
}

.dw_hero_wrapper&gt;span {
    position: absolute;
    left: 68%;
    top: 91%;
}

.dw_hero_wrapper h3 {
    color: #01916D;
    font-size: 22px;
    margin: 0;
}

.dw_hero_wrapper h1 {
    color: #01916D;
    font-size: 82px;
    margin: 0;
}

.dw_hero_wrapper h1&gt;sup {
    font-size: 20px;
    top: -3.5vw;
}

.dw_hero_wrapper h2 {
    font-size: 28px;
    margin: 0;
    font-family: "Clarimo UD PE Light";
}

@media screen and (max-width: 1201px) {
    .dw_hero_wrapper h1 {
        font-size: 6.2vw;
    }
    .dw_hero_wrapper h2 {
        font-size: 4.2vw;
    }
    .dw_hero_wrapper h3 {
        font-size: 1.7vw;
    }
    .dw_hero_wrapper h1&gt;sup {
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 768px) {
    .reverse {
        flex-direction: column-reverse;
    }
    .nav-internal {
        display: flex;
    }
    .sticky_header {
        position: relative;
    }
    .nav-internal&gt;li::before {
        display: none;
    }
    #dw_nav_tabs {
        flex-direction: column;
    }
    .dw_hero_wrapper&gt;span {
        left: 65%;
        top: 89%;
    }
}</pre></body></html>