﻿.consumer-banner {
    background-color: #008da9;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    position: relative;
}


.banner-circle {
    display: none;
    width: 120vw;
    height: 100vw;
    border-radius: 50%;
    background-color: #4dafc3;
    position: absolute;
    z-index: -1;
    left: -10vw;
    top: 250px;
}

.intro-text {
    margin: 0 auto;
    color: #ffffff;
    max-width: 90%;
    display: flex;
    flex-direction: column;
}

    .intro-text h1 {
        text-align: left;
        font-size: 42px;
        line-height: 1.05;
        order: 1;
        margin-top: 54px;
        margin-bottom: 18px;
    }

    .intro-text p {
        text-align: left;
        font-size: calc((20 / 16) * 1rem);
        line-height: 1.5;
        order: 3;
        margin-top: 18px;
        margin-bottom: 60px;
    }

.intro-video {
    order: 2;
}

.consumerroompage [data-ytvideostate] .heading {
    display: none;
}


.lower-video-row .heading {
    display: none;
}

.consumerroompage .page {
    display: block;
    width: 100%;
    margin: 24px auto;
    padding: 0 18px;
}
.consumerroom .breadcrumb {
    display: none;
}

.upper-video-row {
    margin-bottom: 24px;
}
.consumer.collection-grid {
    margin-bottom: 24px;
}

.upper-video-row > div {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.upper-video-row .heading {
    display: none;
}

.lower-video-row {
    margin-bottom: 24px;
}

.lower-video-row > div{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.consumerroompage .no-image .info-text {
    color: #006a7d;
    background-color: #EDECE9;
    padding: 8px 20px 8px 10px;
    left: calc(-10px - 18px);
    margin-bottom: 20px;
    font-size: var(--font-size-xl);
    font-weight: 600;
    text-align: left;
}

.consumerroompage .double .info-container h2 {  
    background-color: transparent;
    color: #006a7d;
    transform: none;
    padding-left: 0;
    margin: 0;
    font-size: calc((24 / 16) * 1rem);
    max-width: 100%;
}



@media only screen and (min-width : 800px) {
    .consumerroom .page {
        margin-top: 0;
        width: 100%;
        max-width: none;
    }

    .consumerroom .content {
        max-width: none;
    }

    .consumerroompage .no-image .info-text {
        color: #006a7d;
        background-color: #EDECE9;
        padding: 8px 20px 8px 10px;
        left: calc(-10px - 18px);
        margin-bottom: 20px;        
    }

    .consumerroompage .double .info-container h2 {
        color: #ffffff;
        font-size: calc((40 / 16) * 1rem);
        padding-bottom: 20px;
        left: auto;
        width: 80%;
        top: initial;
    }

    .consumer-banner {
        background-color: #4dafc3;
        width: 100%;
        z-index: 0;
        overflow: hidden;
        position: relative;
    }

    .consumer-intro {
        max-width: 1296px;
        margin: 0 auto;
        padding: 54px 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .intro-text h1 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: calc((48 / 16) * 1rem);
    }

    .intro-text p {
        margin-bottom: 10px;

    }

    .intro-text {
        color: #ffffff;
        max-width: 400px;
        text-align: left;
        margin-left: 0;
    }

    .banner-circle {
        display: initial;
        width: 97%;
        height: 700px;
        border-radius: 50%;
        background-color: #008da9;
        position: absolute;
        left: -146px;
        top: -182px;
        z-index: -1;
    }
    
    .intro-video {
        aspect-ratio: 16/9;
        width: 400px;
        margin: 0;
    }

    .consumerroom .breadcrumb {
        display: block;
    }

    .upper-video-row {
        padding: 48px 0 0;
        margin-bottom: 100px;
    }

    .upper-video-row > div {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
    }


    .upper-video-row > div > div:first-child {
        grid-column: span 8;
        grid-row: 1 /span 2;
    }

    .upper-video-row > div > div:nth-child(2) {
        grid-column: 9 / span 4;
        grid-row: 1;
    }

    .upper-video-row > div > div:nth-child(3) {
        grid-column: 9 / span 4;
        grid-row: 2;
    }
    .upper-video-row > div > div {
        display: block;
    }

    .upper-video-row .video.video-iframe-block {
        position: initial;
    }

    .consumer.collection-grid {
        margin-top: 18px;
        margin-bottom: 100px;
        padding: 0;
    }

    .consumer.collection-grid > .teaser-container {
        margin-bottom: 0;
    }

    .lower-video-row {
        padding: 0;
    }

    .lower-video-row > div {
        margin-top: 18px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .consumerroompage [data-ytvideostate] .heading {
        margin-left: -10px;
        color: #ffffff;
        max-width: 300px;
        display: none;
    }
}
@media screen and (min-width: 1060px){

    .consumer-intro {
        max-width: 1296px;
        margin: 0 auto;
        padding: 54px 18px;
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .intro-text h1 {
        margin-top: 30px;
        margin-bottom: 0;
        font-size: calc((48 / 16) * 1rem);
    }

    .intro-text {
        max-width: 620px;
    }
    .banner-circle {
        width: 63%;
    }
    
}
