@charset "UTF-8";
/* CSS Document */

/* ---- BDO Overrides ---- */

/* Global Styles */

h3.c3_quote_comp_title {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 50px;
    color: var(--c3-color-slate);
    margin-bottom: 20px;
    transition: margin-top 0.5s ease;
    
}

@media only screen and (max-width: 800px) {
    h3.c3_quote_comp_title {
        font-size: 30px;
    }
}


div.c3_quote_comp {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #efefef;
    overflow: hidden;
    margin-bottom: 30px;
    background-position: right -2000px bottom 0px;
    background-repeat: no-repeat;
    background-size: auto 650px;
    transition: all 0.8s ease;
}

div.c3_quote_comp.c3_quote_comp_reversed {
    background-color: var(--c3-color-charcoal);
}

div.c3_quote_comp.c3_quote_abs { background-image: url(assets/abs-quote.png); }
div.c3_quote_comp.c3_quote_alex { background-image: url(assets/alex-quote.png); }
div.c3_quote_comp.c3_quote_caroline { background-image: url(assets/caroline-quote.png); }
div.c3_quote_comp.c3_quote_zaheer { background-image: url(assets/zaheer-quote.png); }

div.c3_quote_comp.c3_quote_claire { background-image: url(assets/claire-quote.png); }
div.c3_quote_comp.c3_quote_les { background-image: url(assets/les-quote.png); }
div.c3_quote_comp.c3_quote_hannah { background-image: url(assets/hannah-quote.png); }

div.c3_quote_comp.c3_quote_mark { background-image: url(assets/mark-quote.png); }
div.c3_quote_comp.c3_quote_scott { background-image: url(assets/scott-quote.png); }

div.c3_quote_comp.c3_quote_matthew { background-image: url(assets/matthew-quote.png); }
div.c3_quote_comp.c3_quote_dominic { background-image: url(assets/dominic-quote.png); }

div.c3_quote_comp.c3_inview {
    background-position: right 0px top 0px;
}

@media only screen and (max-width: 1280px) {
    div.c3_quote_comp {
        background-size: auto 650px;
    }
}

@media only screen and (max-width: 950px) {
    div.c3_quote_comp {
        background-size: auto 590px;
        background-color: #6D6D6D !important;
        background-position: right -1000px bottom -230px;
    }
    
    div.c3_quote_comp.c3_inview {
        background-position: right 0px bottom -230px;
    }
}


div.c3_quote_comp div.c3_quote_comp_content {
    display: block;
    position: absolute;
    top: 0%;
    right: -100%;
    height: 100%;
    padding: 0%;
    width: 33%;
    transition: all 0.8s ease;
    background-color: var(--c3-color-charcoal);
}


div.c3_quote_comp.c3_inview div.c3_quote_comp_content {
    right: 0%;
    
}

div.c3_quote_comp div.c3_quote_comp_content h3 {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 3vw;
    text-align: right;
    font-weight: 200;
    line-height: normal;
}



div.c3_quote_comp div.c3_quote_comp_content h3 strong {
    font-weight: 600;
}


div.c3_quote_comp div.c3_quote_comp_content a {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 13%;
    right: 13%;
    width: 17%;
    aspect-ratio: 1 / 1;
    font-size: 0px;
    background-image: url(assets/c3-4waymenu-comp-quote.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
}



div.c3_quote_comp div.c3_quote_comp_content a:hover {
    background-size: 100%;
}





div.c3_quote_comp img.c3_quote_comp_image_1 {
    display: block;
    width: 90%;
    height: auto;
    position: absolute;
    top: -245.5%;
    left: -8%;
    transform: rotate(-35deg);
    transition: all 0.8s ease;
    box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.2);
}

div.c3_quote_comp img.c3_quote_comp_image_2 {
    display: block;
    width: 90%;
    height: auto;
    position: absolute;
    top: 184.5%;
    left: -35%;
    transform: rotate(-35deg);
    transition: all 0.8s ease;
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.2);
}

div.c3_quote_comp.c3_inview img.c3_quote_comp_image_1 {
    top: -90.5%;
    left: 30%;
}

div.c3_quote_comp.c3_inview img.c3_quote_comp_image_2 {
    top: 59.5%;
    left: -53%;
}

div.c3_quote_comp.c3_bg_red div.c3_quote_comp_content::after { background-color: var(--c3-color-red); }
div.c3_quote_comp.c3_bg_charcoal div.c3_quote_comp_content::after { background-color: var(--c3-color-charcoal); }
div.c3_quote_comp.c3_bg_slate div.c3_quote_comp_content::after { background-color: var(--c3-color-slate); }
div.c3_quote_comp.c3_bg_palecharcoal div.c3_quote_comp_content::after { background-color: var(--c3-color-palecharcoal); }
div.c3_quote_comp.c3_bg_gold div.c3_quote_comp_content::after { background-color: var(--c3-color-gold); }
div.c3_quote_comp.c3_bg_ocean div.c3_quote_comp_content::after { background-color: var(--c3-color-ocean); }


div.c3_quote_comp blockquote {
    display: block;
    padding: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 70%;
}

@media only screen and (max-width: 1150px) {
    div.c3_quote_comp blockquote {
        width: 60%;
        padding-left: 5%;
    }
}

@media only screen and (max-width: 950px) {
    div.c3_quote_comp blockquote {
        padding-left: 5%;
        width: 100%;
        padding-right: 5%;
        margin-bottom: 300px;
        background-color: #efefef;
    }
    
    div.c3_quote_comp_reversed blockquote {
        background-color: var(--c3-color-charcoal);
    }
}

div.c3_quote_comp blockquote::before {
    content: "";
    display: block;
    position: relative;
    width: 200px;
    height: 70px;
    background-image: url(assets/c3-quote-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    transition: all 0.8s ease;
    transform: translateX(-2000px);
}

div.c3_quote_comp.c3_quote_comp_reversed blockquote::before {
    background-image: url(assets/c3-quote-arrow_reversed.svg);
}

div.c3_quote_comp.c3_inview blockquote::before {
    transform: translateX(0px);
}

div.c3_quote_comp blockquote h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 800;
    color: var(--c3-color-slate);
    margin-bottom: 20px;
}

div.c3_quote_comp.c3_quote_comp_reversed blockquote h3 {
    color: var(--c3-color-red);
}


div.c3_quote_comp.c3_bg_red blockquote h3 {
    /* color: var(--c3-color-red); */
}

div.c3_quote_comp blockquote h4 {
    font-weight: 800;
    margin-bottom: 0px;
    color: #e81a3b;
}

div.c3_quote_comp.c3_bg_red blockquote h4 {
    color: var(--c3-color-red);
}

div.c3_quote_comp.c3_quote_comp_planet blockquote h4 {
    color: var(--c3-color-jade);
}

div.c3_quote_comp.c3_quote_comp_prosperity blockquote h4 {
    color: var(--c3-color-ocean);
}

div.c3_quote_comp.c3_quote_comp_principles blockquote h4 {
    color: var(--c3-color-gold);
}


div.c3_quote_comp.c3_bg_red blockquote h5 {
    font-size: 16px;
    font-weight: normal;
    color: var(--c3-color-charcoal);
}

div.c3_quote_comp.c3_quote_comp_reversed.c3_bg_red blockquote h5 {
    color: #ffffff;
}

div.c3_quote_comp.c3_bg_red blockquote p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--c3-color-charcoal);
}

div.c3_quote_comp.c3_bg_red blockquote p a {
    font-weight: 700;
}

div.c3_quote_comp.c3_quote_comp_reversed.c3_bg_red blockquote p {
    color: #ffffff;
}

@media only screen and (max-width: 1150px) {
    div.c3_quote_comp.c3_bg_red blockquote p {
        font-size: 18px;
        line-height: 26px;
    }
}
