.elementor-23478 .elementor-element.elementor-element-fd8987c > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-23478 .elementor-element.elementor-element-5cc7edb > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-23478 .elementor-element.elementor-element-9e2627f{margin-top:-5px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-23478 .elementor-element.elementor-element-443fc28 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-23478 .elementor-element.elementor-element-1b0ae97 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-23478 .elementor-element.elementor-element-f95a566{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-23478 .elementor-element.elementor-element-038c50d > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-23478 .elementor-element.elementor-element-9de13ac > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-23478 .elementor-element.elementor-element-148620a{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-5cc7edb */.ccog-gallery-hero{
    min-height:540px;

    display:flex;
    align-items:flex-end;

    padding:170px 0 85px;

    background:
        linear-gradient(
            90deg,
            rgba(3,7,16,.95),
            rgba(3,7,16,.58),
            rgba(3,7,16,.18)
        ),
        url('/wp-content/uploads/2022/11/GRA_1373-scaled.jpg');

    background-size:cover;
    background-position:center;
}

.ccog-gallery-hero-content{
    max-width:780px;
}

.ccog-gallery-hero h1{
    font-family:"Playfair Display", Georgia, serif;

    font-size:clamp(52px,7vw,82px);

    line-height:.98;

    margin:15px 0 22px;

    color:#fff;
}

.ccog-gallery-hero h1 span{
    display:block;
    color:#F3D36A;
}

.ccog-gallery-hero p{
    max-width:640px;

    color:#E1E8F2;

    font-size:18px;

    line-height:1.7;

    margin-bottom:30px;
}

@media(max-width:600px){

    .ccog-gallery-hero{
        min-height:500px;
        padding:145px 0 65px;
    }

    .ccog-gallery-hero h1{
        font-size:45px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5cc7edb */.ccog-gallery-hero{
    min-height:540px;

    display:flex;
    align-items:flex-end;

    padding:170px 0 85px;

    background:
        linear-gradient(
            90deg,
            rgba(3,7,16,.95),
            rgba(3,7,16,.58),
            rgba(3,7,16,.18)
        ),
        url('/wp-content/uploads/2022/11/GRA_1373-scaled.jpg');

    background-size:cover;
    background-position:center;
}

.ccog-gallery-hero-content{
    max-width:780px;
}

.ccog-gallery-hero h1{
    font-family:"Playfair Display", Georgia, serif;

    font-size:clamp(52px,7vw,82px);

    line-height:.98;

    margin:15px 0 22px;

    color:#fff;
}

.ccog-gallery-hero h1 span{
    display:block;
    color:#F3D36A;
}

.ccog-gallery-hero p{
    max-width:640px;

    color:#E1E8F2;

    font-size:18px;

    line-height:1.7;

    margin-bottom:30px;
}

@media(max-width:600px){

    .ccog-gallery-hero{
        min-height:500px;
        padding:145px 0 65px;
    }

    .ccog-gallery-hero h1{
        font-size:45px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b0ae97 */.ccog-main-gallery{
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(10,77,163,.16),
            transparent 35%
        ),
        #05070A;
}

.ccog-gallery-head{
    max-width:720px;

    text-align:center;

    margin:0 auto 45px;
}

.ccog-gallery-grid{
    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    grid-auto-rows:260px;

    gap:16px;
}

.ccog-gallery-item{
    position:relative;

    overflow:hidden;

    border-radius:22px;

    border:
        1px solid
        rgba(255,255,255,.10);

    background:#08152F;

    text-decoration:none !important;
}

.ccog-gallery-item img{
    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

    transition:
        transform .55s ease,
        filter .4s ease;
}

.ccog-gallery-item::after{
    content:"";

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(3,7,16,.80) 100%
        );

    opacity:.85;

    transition:.3s ease;
}

.ccog-gallery-item span{
    position:absolute;

    left:20px;
    bottom:18px;

    z-index:3;

    color:#fff;

    font-family:Georgia,serif;

    font-size:18px;
}

.ccog-gallery-item:hover img{
    transform:scale(1.06);
}

.ccog-gallery-item:hover::after{
    background:
        linear-gradient(
            180deg,
            transparent 35%,
            rgba(3,7,16,.90) 100%
        );
}

.ccog-gallery-large{
    grid-column:span 2;
    grid-row:span 2;
}

.ccog-gallery-tall{
    grid-row:span 2;
}

.ccog-gallery-wide{
    grid-column:span 2;
}

@media(max-width:900px){

    .ccog-gallery-grid{
        grid-template-columns:
            repeat(2,1fr);

        grid-auto-rows:240px;
    }

    .ccog-gallery-large,
    .ccog-gallery-wide{
        grid-column:span 2;
    }

}

@media(max-width:600px){

    .ccog-gallery-grid{
        grid-template-columns:1fr;

        grid-auto-rows:250px;
    }

    .ccog-gallery-large,
    .ccog-gallery-wide,
    .ccog-gallery-tall{
        grid-column:auto;
        grid-row:auto;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b0ae97 */.ccog-main-gallery{
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(10,77,163,.16),
            transparent 35%
        ),
        #05070A;
}

.ccog-gallery-head{
    max-width:720px;

    text-align:center;

    margin:0 auto 45px;
}

.ccog-gallery-grid{
    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    grid-auto-rows:260px;

    gap:16px;
}

.ccog-gallery-item{
    position:relative;

    overflow:hidden;

    border-radius:22px;

    border:
        1px solid
        rgba(255,255,255,.10);

    background:#08152F;

    text-decoration:none !important;
}

.ccog-gallery-item img{
    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

    transition:
        transform .55s ease,
        filter .4s ease;
}

.ccog-gallery-item::after{
    content:"";

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(3,7,16,.80) 100%
        );

    opacity:.85;

    transition:.3s ease;
}

.ccog-gallery-item span{
    position:absolute;

    left:20px;
    bottom:18px;

    z-index:3;

    color:#fff;

    font-family:Georgia,serif;

    font-size:18px;
}

.ccog-gallery-item:hover img{
    transform:scale(1.06);
}

.ccog-gallery-item:hover::after{
    background:
        linear-gradient(
            180deg,
            transparent 35%,
            rgba(3,7,16,.90) 100%
        );
}

.ccog-gallery-large{
    grid-column:span 2;
    grid-row:span 2;
}

.ccog-gallery-tall{
    grid-row:span 2;
}

.ccog-gallery-wide{
    grid-column:span 2;
}

@media(max-width:900px){

    .ccog-gallery-grid{
        grid-template-columns:
            repeat(2,1fr);

        grid-auto-rows:240px;
    }

    .ccog-gallery-large,
    .ccog-gallery-wide{
        grid-column:span 2;
    }

}

@media(max-width:600px){

    .ccog-gallery-grid{
        grid-template-columns:1fr;

        grid-auto-rows:250px;
    }

    .ccog-gallery-large,
    .ccog-gallery-wide,
    .ccog-gallery-tall{
        grid-column:auto;
        grid-row:auto;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9de13ac */.ccog-gallery-cta-section{
    background:
        linear-gradient(
            135deg,
            #07152F,
            #05070A
        );
}

.ccog-gallery-cta{
    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:45px;

    padding:50px;

    border-radius:30px;

    border-color:
        rgba(212,175,55,.24);
}

.ccog-gallery-cta h2{
    color:#fff;

    font-family:Georgia,serif;

    font-size:42px;

    line-height:1.1;

    margin:12px 0;
}

.ccog-gallery-cta h2 span{
    display:block;

    color:#D4AF37;
}

.ccog-gallery-cta p{
    color:#AEB8C7;

    margin:0;

    line-height:1.7;
}

.ccog-gallery-cta-actions{
    display:flex;

    flex-direction:column;

    gap:12px;

    min-width:190px;
}

@media(max-width:800px){

    .ccog-gallery-cta{
        flex-direction:column;

        align-items:flex-start;

        padding:35px 25px;
    }

    .ccog-gallery-cta-actions{
        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9de13ac */.ccog-gallery-cta-section{
    background:
        linear-gradient(
            135deg,
            #07152F,
            #05070A
        );
}

.ccog-gallery-cta{
    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:45px;

    padding:50px;

    border-radius:30px;

    border-color:
        rgba(212,175,55,.24);
}

.ccog-gallery-cta h2{
    color:#fff;

    font-family:Georgia,serif;

    font-size:42px;

    line-height:1.1;

    margin:12px 0;
}

.ccog-gallery-cta h2 span{
    display:block;

    color:#D4AF37;
}

.ccog-gallery-cta p{
    color:#AEB8C7;

    margin:0;

    line-height:1.7;
}

.ccog-gallery-cta-actions{
    display:flex;

    flex-direction:column;

    gap:12px;

    min-width:190px;
}

@media(max-width:800px){

    .ccog-gallery-cta{
        flex-direction:column;

        align-items:flex-start;

        padding:35px 25px;
    }

    .ccog-gallery-cta-actions{
        width:100%;
    }

}/* End custom CSS */