.row [class*="Pane"].PaneBox {
    padding: 0px 0px 0px;
}

/* Section-container-01 */
.Section-container-01 {
    padding: 38px 0;
    background-color: #000;
    background-image: url('/Portals/0/CoverAlls-Background/dark_bg.jpg');
}


/* Section-container-02 */
.Section-container-02 {
    position: relative;
    background-image: linear-gradient(180deg, rgba(77, 77, 77, .5) 0%, rgba(77, 77, 77, .5) 100%), url("/Portals/0/CoverAlls-Background/InsidePage2-Section-container-02.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.Section-container-02 .container-box {
    color: #ffffff;
    width: 45%;
    background-color: rgba(33, 33, 33, 0.8);
    padding: clamp(50px, 4.166666666666666vw + 20px, 100px);
}

@media (max-width: 1199px) {
    .Section-container-02 {
        background-attachment: scroll;
    }
    .Section-container-02 .container-box {
        width: 100%;
    }
}


/* Section-container-03 */
.Section-container-03 {
    position: relative;
    padding: clamp(50px, 4.166666666666666vw + 20px, 100px) 0 clamp(50px, 4.166666666666666vw + 20px, 100px);
}

.Section-container-03 .PaneBoxWarp {
    display: flex;
    column-gap: 30px;
}

.Section-container-03 .PaneBoxWarp .leftPaneBox,
.Section-container-03 .PaneBoxWarp .rightPaneBox {
    position: relative;
}

.Section-container-03 .PaneBoxWarp .leftPaneBox {
    flex-grow: 1;
}

.Section-container-03 .PaneBoxWarp .rightPaneBox {
    flex-shrink: 0;
    width: 235px;
}

@media only screen and (max-width: 991px) {
    .Section-container-03 .PaneBoxWarp {
        flex-wrap: wrap;
    }

    .Section-container-03 .PaneBoxWarp .leftPaneBox,
    .Section-container-03 .PaneBoxWarp .rightPaneBox {
        width: 100%;
    }
}


/* Section-container-04 */
.Section-container-04 {
    position: relative;
    background-color: #ffffff;
    background-position: right center;
    background-size: calc(50% - 50px) 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("/Portals/0/CoverAlls-Background/InsidePage2-Section-container-04.jpg");
    box-shadow: 0 16px 34px -10px rgba(0, 0, 0, 0.3);
}

.Section-container-04 .container-box {
    width: calc(50% + 50px);
    padding: 50px clamp(50px, 4.166666666666666vw + 20px, 100px);
}

@media (max-width: 1199px) {
    .Section-container-04 {
        background-size: 100% 100%;
        background-attachment: scroll;
    }

    .Section-container-04 .container-box {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
    }
}


/* Section-container-05 */
.Section-container-05 {
    position: relative;
    background-color: #ffffff;
    background-position: left center;
    background-size: calc(50% - 50px) 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("/Portals/0/CoverAlls-Background/InsidePage2-Section-container-05.jpg");
    box-shadow: 0 16px 34px -10px rgba(0, 0, 0, 0.3);
}

.Section-container-05 .container-box {
    margin-left: auto;
    width: calc(50% + 50px);
    padding: 50px clamp(50px, 4.166666666666666vw + 20px, 100px);
}
@media (max-width: 1199px) {
    .Section-container-05 {
        background-size: 100% 100%;
        background-attachment: scroll;
    }
    .Section-container-05 .container-box {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
    }
}