html, body {
    overflow-x: hidden;
}

body {
    width: 100%;
}

.color-xdark {
    color: #0D171C;
}

.main-heading {
    /*padding: 2vw 0;*/
}

.site-hero-contents h1 {
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 4.8vw;
    color: #008481;
    white-space: nowrap;
}

.site-hero-contents h2 {
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.3vw;
    color: #E2F3F1;
}

.site-hero-contents h1 {
    letter-spacing: 0;
}

.site-hero-contents h2 {
    letter-spacing: .3vw;
}

.wide-space {
    letter-spacing: .15vw;
}

.wider-space {
    letter-spacing: 1.2vw;
}

.site-hero-contents img {
    /*max-width: 100%;*/
    /*width: 100%;*/
}

.site-hero-contents blockquote, .presents p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5vw;
    letter-spacing: 0.3vw;
    color: #E2F3F1;
}

@media only screen and (max-device-width: 992px) {
    .site-hero-contents blockquote, .presents p {
        font-size: 4vw;
    }
}

.site-hero-contents p, .site-hero-contents b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.3vw;
    color: #E2F3F1;
}

@media only screen and (max-device-width: 992px) {
    .site-hero-contents p, .site-hero-contents b {
        font-size: 4vw;
    }
}

.site-hero-contents b {
    font-weight: 700;
}

.site-hero-contents img {
    max-width: 100%;
}

@media only screen and (max-device-width: 992px) {
    .site-hero-contents h1 {
        font-size: 10vw;
    }
}

.section {
    background-color: #005163;
    padding: 20vw 4vw 8vw;
    position: relative;
}

.section.hero {
    padding-bottom: 20vw;
}

.section:first-child {
    /*padding-top: 20vw;*/
}

.section-no-y-pad {
    padding: 6vw 4vw 0;
}

.section.dark-background {
    background-color: #1C323D;
}

.logo {
    top: 4vw;
    position: absolute;
    padding: 0 3vw;
    /*margin-top: -4vw;*/
}

.logo .row {
    padding: 0.5vw;
}

.logo img {
    width: 2.5vw;
}

@media only screen and (max-device-width: 992px) {
    .logo img {
        width: 4vw;
    }
}

.hero-img {
    /*padding: 0 4vw;*/
    padding-left: 6vw;
}

.hero-img img {
    /*height: 100%;*/
    object-fit: contain;
    /*height: 100%;*/
    /*width: 100%;*/
}

.presents {
    border: 0.25vw solid white;
    padding: 2vw 5vw;

    z-index: 100;
    font-weight: 400;
    font-size: 2.5vw;
    color: white;
    left: -26vw;
    top: 40%;
}

@media only screen and (max-device-width: 992px) {
    .presents {
        left: -23vw;
    }
}

@media only screen and (max-device-width: 992px) {
    .dali-quotes .presents {
        padding: 2vw 3vw;
    }
}

@media only screen and (max-device-width: 992px) {
    .dali-quotes .presents p {
        font-size: 2vw;

    }
}

.rotate-270 {
    transform: rotate(270deg);
    position: absolute;
}

.site-hero-contents > * {
    display: grid;
}

.collection-title {
    width: 100%;
    text-align: left;
    color: white;
    white-space: nowrap;
    font-family: Yellowtail, serif;
    font-size: 3vw;
    position: absolute;
    top: -3vw;
    z-index: 10;
}

.section-outstanding-body {
    margin-top: -25vw;
    z-index: 10;
}

.section-title h1 {
    font-family: 'Montserrat', sans-serif;
    color: #E2F3F1;
    white-space: nowrap;
    font-size: 5vw;
    font-weight: 800;
    padding-bottom: 2vw;
    line-height: 1;
}

.section-title h2 {
    font-family: 'Montserrat', sans-serif;
    color: #E2F3F1;
    white-space: nowrap;
    font-size: 3vw;
    font-weight: 800;
    padding-bottom: 2vw;
    line-height: 1;
}

.section-title h3 {
    font-family: 'Montserrat', sans-serif;
    color: #E2F3F1;
    white-space: nowrap;
    font-size: 1.5vw;
    font-weight: 600;
    letter-spacing: 0.5vw;
}

.section-title h4 {
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    color: #E2F3F1;
    font-size: 1vw;
    font-weight: 600;
    letter-spacing: 0.3vw;
}

.sketch {
    font-size: 2vw;
    line-height: 2.5vw;
    color: white;
    font-family: Yellowtail, serif;
    white-space: nowrap;
}

ul {
    list-style: '- ';
    padding: 0 0 0 1vw;
}

@media only screen and (max-device-width: 992px) {
    ul {
        padding: 0 0 0 2vw;
    }
}

.section-outstanding-body {
    position: relative;
}

.section-outstanding-body img {
    width: 100%;
    margin: 0.6vw;
}

.getting-to-know-cyolo .sketch {
    position: absolute;
    margin: 12vw 0;
}

@media only screen and (max-device-width: 992px) {
    .getting-to-know-cyolo .sketch {
        font-size: 4vw;
        line-height: 1.2;
    }
}

.tablet-sketch {
    margin-top: 8vw;
    padding-right: 4vw;
}

@media only screen and (max-device-width: 992px) {
    .tablet-sketch {
        margin-top: 12vw;
    }
}

.section.colors-to-concept {
    padding: 8vw 12vw 18vw;
}

@media only screen and (max-device-width: 992px) {
    .section.colors-to-concept {
        padding-bottom: 28vw;
    }
}

.section.colors-to-concept h1 {
    padding-bottom: 5vw;
}

.colors-to-concept .sketch {
    /*position: relative;*/
    height: auto;
    text-align: right;
    padding-right: 3vw;
}

.colors-to-concept .tablet {
    width: 100%;
}

.colors-to-concept .palette {
    width: calc(100% + 3vw);
    position: absolute;
    bottom: 4vw;
    /*bottom: 0;*/
    left: -11.5vw;
}

@media only screen and (max-device-width: 992px) {
    .colors-to-concept .palette {
        bottom: -8vw;
    }
}

.colors-to-concept .style-map img {
    /*width: 100%;*/
    width: 100%;
}

.section.dali {
    padding: 20vw 12vw 8vw;
    background-color: #94ACB8;
}

.section.dali .section-outstanding-body {
    margin-top: -30vw;
}

.section.dali .section-outstanding-body img {
    margin-top: 2vw;

}

.section.dali .section-title h1 {
    color: #008481;
}

.section.dali .section-title {
    position: absolute;
    right: 0;
}

.section.dali .tablet {
    padding: 2vw;
}

.section.conceptualize {
    padding: 20vw 8vw 8vw;
}

.section.conceptualize img.process {
    width: 80%;
}

.section.conceptualize img.visuals {
    width: 100%;
}

.section.conceptualize .row.section-title {
    padding-top: 4vw;
    padding-bottom: 2vw;
}


.section.patch .section-outstanding-body {
    margin-top: -22.5vw;
}


.section.patch {
    padding: 20vw 8vw 8vw;
}

.section.patch .row {
    margin-bottom: 6vw;
}

.section.patch .row:last-of-type {
    margin-bottom: 0;
}

.section.patch video {
    width: 25vw;
    -moz-border-radius: 1vw;
    -webkit-border-radius: 1vw;
    border-radius: 1vw;
    overflow: hidden;
}

.section.patch .presents {
    padding: 2vw 12vw;
}

.section.patch .presents p {
    margin-bottom: 2vw;
}

.section.patch .jacket-mirror {
    /*position: relative;*/
}

.section.patch .jacket-mirror img {
    width: 34vw;
    margin-top: 15vw;
    position: absolute;
    right: -7vw;
}

@media only screen and (max-device-width: 992px) {
    .section.patch .jacket-mirror img {
        margin-top: 27vw;
    }
}

.section.patch .footer {
    /*margin-top: -vw;*/
}

.in-the-making .section-title {
    position: relative;
}

.in-the-making .section-title h1 {
    position: absolute;
    right: 0;
    top: 30%;
}

.section:last-of-type {
    padding-bottom: 0;
}