.folder-landing-slot-1 .scrollama-steps .activeElement .embed-responsive-item{
    position: fixed !important;
    bottom: auto !important;
    padding-top: calc(var(--heroHeightSizeXS)/var(--heroWidthSizeXS)*100%);
}

.heros-container,
[data-slot-id="folder-landing-slot-3"]{
    background-color: white;
    z-index: 1;
    position: relative;
}

[data-slot-id="folder-landing-slot-3"] .last-news > div{
    display: none !important;
}

[data-slot-id="folder-landing-slot-3"] .last-news{
    padding-top: 1rem !important;
    padding: 0 1rem;
}

.folder-landing-slot-1.heros-container{
    background-color: transparent;
}

@media (min-width: 768px) {

    .folder-landing-slot-1.heros-container .component-hero:first-child .body-wrapper{
        padding-top: calc(var(--headerHeight) * 1px);
    }

    .folder-landing-slot-1 .scrollama-steps .activeElement .embed-responsive-item{
        position: fixed !important;
        bottom: auto !important;
        padding-top: calc(var(--heroHeightSizeMD)/var(--heroWidthSizeMD)*100%);
    }

    .folder-landing-slot-4{
        margin:0 -1rem !important;
    }

    [data-content-asset-id="Sustainability_Product_Hero08_01"] > .component-hero.hero-text,
    [data-content-asset-id="Sustainability_Product_Hero08_01"] > .component-hero.hero-text > div,
    [data-content-asset-id="Sustainability_Product_Hero08_01"] > .component-hero.hero-text > div .body-wrapper,
    [data-content-asset-id="Sustainability_Product_Hero08_01"] > .component-hero.hero-text > div .body-wrapper .body-middle,
    [data-content-asset-id="Sustainability_Product_Hero08_02"] > .component-hero.hero-text,
    [data-content-asset-id="Sustainability_Product_Hero08_02"] > .component-hero.hero-text > div,
    [data-content-asset-id="Sustainability_Product_Hero08_02"] > .component-hero.hero-text > div .body-wrapper,
    [data-content-asset-id="Sustainability_Product_Hero08_02"] > .component-hero.hero-text > div .body-wrapper .body-middle,
    [data-content-asset-id="Sustainability_Product_Hero08_03"] > .component-hero.hero-text,
    [data-content-asset-id="Sustainability_Product_Hero08_03"] > .component-hero.hero-text > div,
    [data-content-asset-id="Sustainability_Product_Hero08_03"] > .component-hero.hero-text > div .body-wrapper,
    [data-content-asset-id="Sustainability_Product_Hero08_03"] > .component-hero.hero-text > div .body-wrapper .body-middle{
        height: 100%;
    }

    [data-content-asset-id="Sustainability_Product_Hero10_01"]{
        order: 18;
    }

    [data-content-asset-id="Sustainability_Product_Hero10_02"]{
        order: 17;
    }

    [data-content-asset-id="Sustainability_Product_Hero11"]{
        order: 19;
    }

    [data-content-asset-id="Sustainability_Product_Hero12"]{
        order: 20;
    }

    [data-slot-id="folder-landing-slot-3"] .last-news{
        max-width: 720px;
        margin: 0 auto;
        padding-top: 4rem !important;
    }
}

@media (min-width: 992px) {

    [data-slot-id="folder-landing-slot-3"] .last-news{
        max-width: 960px;
        margin: 0 auto;
        padding-top: 3rem !important;
    }
}

@media (min-width: 1200px) {

    [data-slot-id="folder-landing-slot-3"] .last-news{
        max-width: 1140px;
        margin: 0 auto;
    }
}