.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: 2em;
    line-height: 1.1;
}
.section .s-text {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 1em;
}
.section img {
    width: 100%;
}
.section .s-container{
    padding: 20px;
}

.section-2 {
    background-color: #111111;
}

.section-3 {
    background-color: #fff;
    color: #111;
}

.section-3 .s-container2 .s-col {
    margin: 20px;
}
.section-3 .s-container2 .s-i {
    margin-bottom: 40px;
}
.section-3 .s-container2 .s-t {
    font-size: 1.3em;
    color: #6f6e6e;
    margin: 15px 0;
}

.section-14 {
    background-color: #f5f5f7;
    color: #111;
}

.section-15 {
    background-color: #1f1f1f;
}
.section-15 .s-container {
    padding: 3em 0;
}
.section-15 .s-title {
    margin-bottom: 1em;
    font-weight: bold;
    color: #f77b29;
    text-align: center;
}
.section-15 .s-details {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.section-15 .s-details .s-col {
    position: relative;
    width: 100%;
    font-size: 1.15em;
    font-weight: bold;
    margin-bottom: 20px;
}
.section-15 .s-details .s-col-t {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 5%;
    text-align: center;
}
.section-15 .s-details .s-col-3 .s-col-t {
    color: #000;
    top: 10%;
    right: 5%;
    left: 30%;
    bottom: auto;
    text-align: right;
}

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

@media (min-width: 769px) {
    .section .s-title {
        font-size: 2.25em;
        line-height: 1.1;
    }
    .section .s-text {
        font-size: 1.125em;
    }
    .section .s-container {
        padding: 0;
        margin: 0 auto;
    }

    .section-1 .s-container {
        position: absolute;
        left: 15%;
        right: 50%;
        top: 50%;
        transform: translateY(-50%);
    }
    .section-1 .s-title {
        font-size: 4.5em;
        font-weight: bold;
    }
    .section-1 .s-text {
        font-size: 2em;
    }
    .section-1 .s-text2 {
        font-size: 1.75em;
    }

    .section-2 .s-container {
        padding: 3em 0;
        margin: 0 auto;
        width: 50%;
    }

    .section-3 .s-container {
        padding: 4em 0;
        margin: 0 auto;
        width: 60%;
    }

    .section-3 .s-container2 {
        margin: 40px auto;
        width: 70%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
    }
    .section-3 .s-container2 img {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .section-3 .s-container2 .s-i {
        margin-bottom: 0;
    }
    .section-3 .s-container2 .s-i-1 {
        margin-top: 120px;
        margin-bottom: 90px;
    }
    .section-3 .s-container2 .s-i-2 {
        margin-left: 40px;
    }
    .section-3 .s-container2 .s-i-3 {
        margin-right: 40px;
        margin-bottom: 50px;
    }

    .section-4 .s-container {
        position: absolute;
        top: 7%;
        left: 15%;
        right: 15%;
    }

    .section-6 .s-container {
        padding: 4em 0;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

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

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

    .section-9 {
        background-color: #111;
    }
    .section-9 .s-container {
        padding: 5em 0;
        margin: 0 auto;
        width: 60%;
    }

    .section-10 {
        background-color: #fff;
        color: #111;
    }
    .section-10 .s-container {
        padding: 4em 0;
        margin: 0 auto;
        width: 50%;
    }

    .section-12 .s-container {
        position: absolute;
        top: 20%;
        left: 15%;
        right: 40%;
    }

    .section-13 .s-container {
        position: absolute;
        top: 10%;
        left: 10%;
        right: 40%;
    }

    .section-14 {
        background-color: initial;
    }
    .section-14 .s-container {
        position: absolute;
        left: 10%;
        top: 10%;
        right: 45%;
        color: #111;
    }

    .section-15 .s-container {
        padding: 5em 0;
    }
    .section-15 .s-title {
        margin-bottom: 2em;
    }
    .section-15 .s-details {
        flex-wrap: nowrap;
    }
    .section-15 .s-details img {
        height: 100%;
    }
    .section-15 .s-details .s-col {
        width: 33.333333333%;
        margin-bottom: 0;
    }
    .section-15 .s-details .s-col-2 {
        margin: 0 20px;
    }
}