.elementor-6323 .elementor-element.elementor-element-0764a09{--display:flex;}/* Start custom CSS for html, class: .elementor-element-589fb60 *//* =========================
   CGV PAGE
========================= */

.cgv-hero{
    background:#071d49;
    padding:70px 20px;
    text-align:center;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.cgv-hero::before,
.cgv-hero::after{
    content:"";
    position:absolute;
    width:500px;
    height:180px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:50%;
    top:50%;
    transform:translateY(-50%) rotate(-8deg);
}

.cgv-hero::before{
    left:-150px;
}

.cgv-hero::after{
    right:-150px;
}

.cgv-hero h1{
    margin:0 0 12px;
    font-size:46px;
    font-weight:800;
    color:#fff;
    text-transform:uppercase;
    line-height:1.1;
}

.cgv-hero h2{
    margin:0 0 20px;
    color:#3f8cff;
    font-size:30px;
    font-weight:700;
}

.cgv-hero p{
    margin:0;
    color:#fff;
    font-size:16px;
}

.cgv-hero p span{
    margin:0 15px;
}

/*=========================*/

.cgv-section{
    padding:70px 20px;
    background:#fff;
}

.cgv-container{
    max-width:1200px;
    margin:auto;
}

.cgv-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
}

.cgv-right{
    border-left:1px solid #e5e7eb;
    padding-left:40px;
}

.cgv-block{
    margin-bottom:40px;
}

.cgv-block h3{
    font-size:30px;
    margin:0 0 18px;
    color:#0b1b3d;
    font-weight:700;
}

.cgv-block p{
    font-size:16px;
    line-height:1.8;
    color:#444;
    margin-bottom:15px;
}

.cgv-block ul,
.cgv-block ol{
    margin:0;
    padding-left:22px;
}

.cgv-block li{
    margin-bottom:8px;
    line-height:1.8;
    color:#444;
    font-size:16px;
}

.cgv-block ul li::marker{
    color:#0b4fc2;
}

.two-list{
    columns:2;
    column-gap:50px;
}

.cgv-block table{
    width:100%;
    border-collapse:collapse;
    margin-top:15px;
}

.cgv-block table td{
    border:1px solid #e5e7eb;
    padding:12px 14px;
    font-size:15px;
}

.cgv-block table td:first-child{
    background:#f8fafc;
    font-weight:600;
    width:38%;
}

.cgv-block a{
    color:#2b73ff;
    text-decoration:none;
}

.cgv-block a:hover{
    text-decoration:underline;
}

/* Button */

.cgv-btn-wrap{
    text-align:center;
    margin-top:40px;
}

.cgv-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 28px;
    border:1px solid #cbd5e1;
    border-radius:8px;
    color:#0b1b3d;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.cgv-btn:hover{
    background:#071d49;
    color:#fff;
}

/*=========================
Responsive
=========================*/

@media(max-width:991px){

    .cgv-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .cgv-right{
        border-left:0;
        padding-left:0;
    }

    .two-list{
        columns:1;
    }

}

@media(max-width:767px){

    .cgv-hero{
        padding:55px 20px;
    }

    .cgv-hero h1{
        font-size:32px;
    }

    .cgv-hero h2{
        font-size:22px;
    }

    .cgv-hero p{
        font-size:14px;
    }

    .cgv-block h3{
        font-size:24px;
    }

    .cgv-block p,
    .cgv-block li{
        font-size:15px;
    }

    .cgv-block table td{
        display:block;
        width:100%;
    }

    .cgv-block table td:first-child{
        width:100%;
    }

}/* End custom CSS */