.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: 8px;
    line-height: 1.5;
    font-size: 1.125em;
}
.section .img-responsive {
    width: 100%;
}
.section .s-container,
.section .s-container2 {
    padding: 20px;
}

.section-1 .s-container {
    background-color: #050a10;
}
.section-1 .s-ft {
    text-align: center;
    display: flex;
    align-items: start;
    align-content: flex-start;
    justify-content: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 2em;
    padding: 15px 0;
}
.section-1 .s-fti {
    padding: 0 0 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.section-1 .s-fti > div {
    padding-top: 5px;
    font-size: .4em;
}

.section-2 .s-ft {
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 2em;
    padding: 15px 0;
}
.section-2 .s-fti {
    padding: 0 30px 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.section-2 .s-fti > div {
    padding-top: 5px;
    font-size: .4em;
}

.section-11 .s-ft {
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 2em;
    padding: 15px 0;
}
.section-11 .s-fti {
    padding: 0 30px;
}
.section-11 .s-fti > div {
    padding-top: 5px;
    font-size: .4em;
}

.section-3,
.section-4,
.section-5,
.section-9,
.section-14,
.section-15,
.section-18 {
    background-color: #fff;
    color: #111;
}

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

    .section-1 .s-container {
        background-color: initial;
    }
    .section-1 .s-title {
        font-size: 2.25em;
        font-weight: bold;
    }
    .section-1 .s-text {
        font-size: 1.25em;
    }

    .section-1 .s-container {
        position: absolute;
        width: 35%;
        left: 53%;
        top: 25%;
    }
    .section-1 .s-ft {
        margin-top: 20px;
    }
    .section-1 .s-fti {
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
    }

    .section-2 .s-ft {
        position: absolute;
        top: 8%;
        left: 0;
        right: 0;
        padding: 0;
    }
    .section-2 .s-fti {
        -ms-flex: initial;
        flex: initial;
        max-width: auto;
    }

    .section-3 .s-container {
        color: #111;
        width: 80%;
        top: 6%;
    }
    .section-3 .s-container2,
    .section-4 .s-container2,
    .section-5 .s-container2 {
        position: absolute;
        right: 5%;
        bottom: 4%;
        color: #fff;
    }
    .section-5 .s-container2 {
        color: #111;
    }

    .section-6 .s-container {
        position: absolute;
        bottom: 5%;
        left: 5%;
        right: 5%;
        width: 70%;
        text-align: center;
    }

    .section-7 .s-container {
        position: absolute;
        width: 38%;
        top: 50%;
        right: 6%;
        transform: translateY(-50%);
    }

    .section-8 .s-container {
        top: 4%;
    }

    .section-9 .s-container {
        width: 75%;
        color: #111;
    }

    .section-11 .s-ft {
        position: absolute;
        bottom: 2%;
        left: 0;
        right: 0;
        color: #111;
        padding: 0;
    }

    .section-12 .s-container {
        width: 80%;
        top: 5%;
    }

    .section-13 .s-container {
        top: 7%;
    }

    .section-14 .s-container,
    .section-15 .s-container {
        color: #111;
    }

    .section-16 .s-container {
        top: 3%;
        width: 75%;
    }

    .section-17 .s-container {
        position: absolute;
        width: 38%;
        top: 50%;
        right: 6%;
        transform: translateY(-50%);
    }

    .section-19 .s-container {
        position: absolute;
        width: 32%;
        top: 50%;
        left: 3%;
        transform: translateY(-50%);
    }

    .section-20 .s-container {
        position: absolute;
        width: 38%;
        top: 45%;
        left: 8%;
        transform: translateY(-50%);
    }

    .section-22 .s-container {
        position: absolute;
        width: 38%;
        top: 50%;
        left: 6%;
        transform: translateY(-50%);
    }

    .section-23 .s-container {
        position: absolute;
        bottom: 6%;
        width: 75%;
        left: 0;
        right: 0;
        text-align: center;
    }
}