/* Start custom CSS for html, class: .elementor-element-ee8c15d */.gp-legal-document {
        font-family: inherit;
        color: inherit;
        line-height: 1.6;
        max-width: 100%!important;
        margin: 0 auto;
    }
    .gp-legal-document h2, 
    .gp-legal-document h3 {
        color: inherit;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
    }
    .gp-legal-document h2 {
        font-size: 1.25em;
        font-weight: bold;
    }
    .gp-legal-document p {
        margin-bottom: 1em;
        text-align: justify;
    }
    .gp-legal-document ul {
        margin-bottom: 1em;
        padding-left: 20px;
    }
    .gp-legal-document li {
        margin-bottom: 0.5em;
    }
    .gp-legal-document table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1.5em;
        font-size: 0.9em;
    }
    .gp-legal-document th, 
    .gp-legal-document td {
        border: 1px solid #333;
        padding: 8px 12px;
        text-align: left;
        vertical-align: top;
    }
    .gp-legal-document th {
        background-color: #f9f9f9;
        font-weight: bold;
    }
    .gp-legal-document .text-center {
        text-align: center;
    }
    .gp-legal-document .header-table th,
    .gp-legal-document .header-table td {
        text-align: center;
        vertical-align: middle;
    }
    .gp-legal-document .signatures {
        margin-top: 3em;
        text-align: center;
    }
    .gp-legal-document .signatures p {
        text-align: center;
        margin: 0;
    }
    .gp-legal-document .signature-line {
        margin-top: 4em;
        border-top: 1px solid #000;
        width: 250px;
        display: inline-block;
    }
    
@media screen and (max-width: 768px) {
        .gp-table-stack tbody, 
        .gp-table-stack tr, 
        .gp-table-stack th, 
        .gp-table-stack td {
            display: block;
            width: 100% !important;
            box-sizing: border-box;
        }
        .gp-table-stack th { 
            border-bottom: none; 
        }
        
        .gp-table-responsive, 
        .gp-table-responsive thead, 
        .gp-table-responsive tbody, 
        .gp-table-responsive th, 
        .gp-table-responsive td, 
        .gp-table-responsive tr {
            display: block;
            width: 100%;
            box-sizing: border-box;
        }
        .gp-table-responsive thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
        .gp-table-responsive tr {
            margin-bottom: 1.5em;
            border: 1px solid #333;
        }
        .gp-table-responsive td {
            border: none;
            border-bottom: 1px solid #ccc;
            position: relative;
            padding-top: 2.8em !important;
            text-align: left !important;
        }
        .gp-table-responsive td:last-child {
            border-bottom: none;
        }
        .gp-table-responsive td::before {
            position: absolute;
            top: 10px;
            left: 12px;
            font-weight: bold;
            content: attr(data-label);
            font-size: 0.9em;
            color: inherit;
        }}/* End custom CSS */