<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section {
    position: relative;
    color: #fff;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    background-color: #000;
    margin: 0 auto;
}
.section .s-title {
    font-size: 2.25em;
    line-height: 1.1;
}
.section .s-text {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 1.125em;
}
.section .img-responsive {
    width: 100%;
}
.section .s-container{
    padding: 20px;
}

.section-1 {
    background-color: #e2ebf1;
}
.section-1 .s-container {
    color: #000;
}
.section-1 .s-and {
    vertical-align: bottom;
    padding-top: 8px;
}

.section-1 .s-features {
    margin-top: 20px;
}

.section-2 {
    background-color: #fff;
    padding: 40px 8% 20px;
    color: #000;
}
.section-2 .s-container {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}
.section-2 .s-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-2 .s-i {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 40px;
}
.section-2 .s-i img {
    display: block;
    margin: 0 auto;
    max-width: 433px;
    width: 100%;
}
.section-2 .s-t {
    margin-top: 10px;
    font-size: 1em;
}

.section-7 .s-features {
    margin-top: 60px;
}
.section-7 .s-features .s-i {
    display: inline-block;
    width: 180px;
}
.section-7 .s-features .s-h {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
}

.section-9,
.section-11 {
    background-color: #fff;
    color: #000;
}
.section-9 .s-wa,
.section-11 .s-wa {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 8px;
}

@media (max-width: 380px) {
}

@media (min-width: 769px) {
    .section .s-container {
        padding: 0;
        margin: 0 auto;
    }
    .section .s-topcentred {
        text-align: center;
        position: absolute;
        width: 60%;
        top: 3%;
        left: 10px;
        right: 10px;
    }

    .section-1 {
        text-align: center;
    }
    .section-1 .s-and {
        padding-top: 0;
    }
    .section-1 .s-text {
        font-size: 1.5em;
    }
    .section-1 .s-features {
        width: 80%;
        margin: 10px auto;
        font-size: 1em;
        line-height: 1.4;
    }

    .section-1 .s-container {
        background-color: initial;
        position: absolute;
        right: 5%;
        left: 55%;
        top: 33%;
        transform: translateY(-50%);
    }

    .section-2 {
        padding: 80px 8% 40px;
    }
    .section-2 .s-i {
        width: 25%;
    }

    .section-3 .s-container {
        position: absolute;
        bottom: 8%;
        left: 14%;
        right: 14%;
        text-align: center;
    }

    .section-4 .s-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        color: #fff;
    }
    .section-4 .s-title {
        font-size: 4em;
    }

    .section-6 .s-container {
        position: absolute;
        top: 8%;
        left: 15%;
        right: 15%;
        text-align: center;
        color: #000;
    }

    .section-7 .s-container {
        position: absolute;
        left: 15%;
        top: 15%;
        right: 45%;
        color: #000;
    }

    .section-8 .s-container {
        position: absolute;
        top: 5%;
        left: 16%;
        right: 45%;
    }
    .section-7 .s-features .s-h {
        color: #134c79;
    }

    .section-9 .s-container {
        position: absolute;
        top: 5%;
        left: 16%;
        right: 45%;
    }
    .section-9 .s-wa,
    .section-11 .s-wa {
        font-size: 1.5em;
    }

    .section-10 .s-container {
        position: absolute;
        top: 5%;
        left: 16%;
        right: 45%;
    }

    .section-11 .s-container {
        position: absolute;
        top: 11%;
        left: 45%;
        right: 16%;
    }
}</pre></body></html>