
.aqc-block-004 {
    margin-top:6rem;
    margin-bottom:6rem;
    position: relative;
    display:flex;
    flex-flow:column;
}
@media (max-width: 1240px) {
    .aqc-block-004 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}
@media (max-width: 576px) {
    .aqc-block-004 {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
}
/**
 * First on the page
 */

/* ------------------------------------------------ */
.aqc-block-004.widget_index_0 {
    margin-top:12rem;
}

@media (max-width: 1240px) {
    .aqc-block-004 > .background {
        margin-top:10rem;
    }
}
@media (max-width: 768px) {
    .aqc-block-004 > .background {
        margin-top:8rem;
    }
}
@media (max-width: 576px) {
    .aqc-block-004 > .background {
        margin-top:6rem;
    }
}
/* ------------------------------------------------ */


/** ------------------------------------ */
.aqc-block-004 > .background {
    position:absolute;
    display:flex;
    flex-flow:row;
    height:100%;
    width:100%;
    margin-top:4rem;
    height: calc(100% - 4rem);
}

.aqc-block-004 > .background > .left {
    flex-grow: 1;
}

.aqc-block-004 > .background > .center {
    width:100%; /*content width*/
    max-width: 100%; /*content width*/
}

.aqc-block-004 > .background > .center > .bg {
}

.aqc-block-004 > .background > .right {
    flex-grow: 1;
}

.aqc-block-004 > .content {
    display:flex;
    flex-flow: row;
    width: 100%; /*content width*/
    max-width: 100%; /*content width*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

@media (max-width: 1240px) {
    .aqc-block-004 > .content {
        width: 100%;
        padding:2rem;
        padding-left: 0px;
        padding-right: 0px;
        margin-top:4rem;
        margin-bottom: 2rem;
    }
}
@media (max-width: 576px) {
    .aqc-block-004 > .content {
        width:100%;
        display: flex;
        flex-flow: column;
        margin-top: 0rem;
        margin-bottom: 2rem;
        padding: 1.6rem;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.aqc-block-004 > .content > .left {
    width:50%;
}
@media (max-width: 576px) {
    .aqc-block-004 > .content > .left {
        width:100%;
        padding:0rem;
    }
}


.aqc-block-004 > .content > .left > .image {
}

.aqc-block-004 > .content > .left > .image-w {
    position: relative;
    width: 100%;
    left:0px;
    top:0px;
}

.aqc-block-004 > .content > .left > .image-w > .w {
    position: relative;
    width:100%;
    padding-bottom: 120%;
    /*** border-radius: 0px ***/
}

.aqc-block-004 > .content > .left > .image-w > .w > .image {
    position:absolute;
    height: 100%;
    width:100%;
    /*** border-radius: 0px ***/
}

.aqc-block-004 > .content > .left > .image-w > .w > .overlay {
    background: #efefef;
}

.aqc-block-004 > .content > .left > .title,
.aqc-block-004 > .content > .right > .title {
    padding-left:0rem;
    padding-top: 2rem;
}

.aqc-block-004 > .content > .left > .body,
.aqc-block-004 > .content > .right > .body {
    padding-top:1rem;
    padding-bottom: 3rem;
    padding-left: 0rem;
}

.aqc-block-004 > .content > .right {
    width:50%;
    padding:8rem;
    padding-top: 0rem;
    padding-bottom: 8rem;
    padding-right:0rem;
}

@media (max-width: 768px) {
    .aqc-block-004 > .content > .right {
        padding-left: 2rem;
    }
}


@media (max-width: 576px) {
    .aqc-block-004 > .content > .right {
        width:100%;
        padding:0rem;
    }
}


.aqc-block-004 > .content > .right > .title {
    padding-top: 0rem;
}

.aqc-block-004 > .content > .right > .image {
}

.aqc-block-004 > .content > .right > .image-w {
    position: relative;
    width: 100%;
    left:0px;
    top:0px;
}

.aqc-block-004 > .content > .right > .image-w > .w {
    position: relative;
    width:100%;
    padding-bottom:120%;
}

.aqc-block-004 > .content > .right > .image-w > .w > .image {
    position:absolute;
    height: 100%;
    width:100%;
}

.aqc-block-004 > .content > .right > .image-w > .w > .overlay {
    background: #efefef;
}



