.h2-cms {
    margin: 0;
}
body {
    background: red;
}

.usp_anim_lean {
    background-image: url("/img/cms/guida_alla_scelta/46-profilo-muro/animations/lean/usp_lean_0.webp");
    background-repeat: no-repeat;
    background-size: cover;
    animation: 7s normal 1s infinite running imgFadeIn;
    height: 400px;
    width: 400px;
}

@keyframes imgFadeIn {
    0%   {background-image: url("/img/cms/guida_alla_scelta/46-profilo-muro/animations/lean/usp_lean_0.webp");}
    50%  {background-image: url("/img/cms/guida_alla_scelta/46-profilo-muro/animations/lean/usp_lean_1.webp");}
    100% {background-image: url("/img/cms/guida_alla_scelta/46-profilo-muro/animations/lean/usp_lean_0.webp");}
}

.elementor-no-column-wrap .elementor-column-wrap {
    padding: 0!important;
}

.usp-text-padding-sx {
    padding-left: 6rem!important;
}

.usp-text-padding-dx {
    padding-right: 6rem!important;
}

#video_lean_container {
    width: 100%;
    min-height: 50rem;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    background-color: rgb(0, 0, 0);
}

#video_lean_container .text-container {
    color: white;
    padding-top: 6rem;
    /*top: 6rem;*/
    left: 6rem;
    z-index: 10;
    position: absolute;
    width: 25%;
    height: 55rem;
}

#video_lean_container .text-container a.btn {
    border-radius: 32px;
    margin-top: 1.5rem;
}

#video_lean_container .text-container hr {
    border-top: 1px solid #fff;
}

.canvas_video {
    height: 80vh;
    max-width: 100%;
}

.sub-video-title {
    color: #b05c36;
}

.video-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #b05c36;
    line-height: unset;
    margin-bottom: 0;
}

#video_lean_container .text-container hr {
    border-top: 1px solid #fff;
    margin: 1rem 0;
}

#video_lean_container .text-container .ul-video-title {
    font-weight: bold;
    margin-top: 1.5rem;
}


/*--*/


.highlight-guide-text {
    text-align: center;
    background: rgba(0,178,227,0.15);

    border: 1px solid #b05c36;
    margin-bottom: 1rem;

    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: 2rem;
}

.highlight-guide-text a.btn.btn-primary {
    border-radius: 32px;
    color: #fff;
}

.guide-text-container {
    display: flex;
    flex-direction: row;
    margin: 2rem 6rem;
}

.guide-text-container > div {
    padding: 1rem;
}

.guide-text-container div {
    width: 50%;
}

.guide-text-container h2 {
    margin-bottom: 1rem;
}
/*--*/

.color_selector  {
    padding: 0.5rem 1.2rem!important;
    background: #EFEFF2;
    box-shadow: inset 0 0 1px rgb(0 0 0/11%);
    border-radius: 3.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    grid-gap: .3rem;
    list-style: none;
}
.color_selector li span {
    border-radius: 100%;
    width: 2.5rem!important;
    height: 2.5rem!important;
    box-shadow: inset 0 0.5px 1px rgba(0,0,0,.5);
}
.color_selector li {
    margin: 6px;
    border-radius: 100%;
    display: flex;
}
.color_selector li.selected > span {
    outline: #EFEFF2 solid 3px;
}

.color_selector_text {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}

.color_selector_container {
    width: 100%;
    min-height: 40rem;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
    /* position: relative; */
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding: 2rem;
    transition: ease 0.5s;
    background-position: center;
}

.color_selector_container .color_name span {
    font-size: 1rem;
    text-align: center;
    width: 100%;
    display: flex;
    margin-bottom: .5rem;
    background: #f2f2f2;
    padding: 0.25rem 1rem;
    border-radius: 32px;
    transition: ease 0.5s;
}

.color_selector li.selected {
    border: 6px solid rgba(0, 178, 227, 1);
    margin: 0;

    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.3s;
}

@keyframes fadeInOpacity {
    0% {
        border: 6px solid rgba(0, 178, 227, 0);
    }
    100% {
        border: 6px solid rgba(0, 178, 227, 1);
    }
}

/*--*/
.youtube-video-container {
    background-image: url("/img/cms/guida_alla_scelta/46-profilo-muro/guide-info-lean-profile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 40rem;
    display: grid;
    place-content: center;
}

.video_play_button_guide {
    width: 60px;
    cursor: pointer;
}

.youtube-video-container::after {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.data-sheet-table-container table {
    overflow-x: scroll;
}


@media (max-width:850px) {
    .usp_anim_lean {
        background-image: url("/img/cms/guida_alla_scelta/46-profilo-muro/animations/lean/usp_lean_mobile_0.webp");
        background-repeat: no-repeat;
        background-size: cover;
        animation: 7s normal 1s infinite running imgFadeIn;
        height: 400px;
        width: 400px;
    }

    @keyframes imgFadeIn {
        0%   {background-image: url("/img/cms/guida_alla_scelta/46-profilo-muro/animations/lean/usp_lean_mobile_0.webp");}
        50%  {background-image: url("/img/cms/guida_alla_scelta/46-profilo-muro/animations/lean/usp_lean_mobile_1.webp");}
        100% {background-image: url("/img/cms/guida_alla_scelta/46-profilo-muro/animations/lean/usp_lean_mobile_0.webp");}
    }

    .usp-text-padding-sx {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }

    .usp-text-padding-dx {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }

    .elementor-column-wrap {
        padding: 0!important;
    }

    #inner-wrapper.container {
        padding: 0;
    }

    .limit-width-block {
        margin: 0;
    }
    /* ----------------------------- Video ----------------------------- */

    .canvas_video {
        height: unset;
    }

    #video_lean_container {
        flex-direction: column-reverse;
        min-height: unset;
        padding-bottom: 2rem;
    }

    #video_lean_container .text-container {
        padding: 0 1.4rem;
        top: unset;
        left: unset;
        position: unset;
        width: 100%;
        height: auto;
    }

    /* ----------------------------- Usp ----------------------------- */


    /* ----------------------------- Guide ----------------------------- */
    .youtube-video-container {
        background-image: url("/img/cms/guida_alla_scelta/46-profilo-muro/guide-info-lean-profile.webp");

    }
    .highlight-guide-text {
        text-align: left;
        margin-top: 1rem;
    }

    .guide-text-container {
        flex-direction: column;
        margin: 2rem 1.35rem;
    }

    .guide-text-container div {
        width: 100%;
    }

    .guide-text-container h2 {
        width: 100%;
    }

}
