:root{--page-title-display:none;}/* Start custom CSS */.gray-sec hr {
    border-top: 1px solid white;
    margin-bottom: 1em;
}

.white-sec hr {
    border-top: 1px solid #f5f5f5;
    margin-bottom: 1em;
}

.elementor-image-box-content {
    padding: 0 !important;
}

.attendees-table th {
    text-transform: uppercase;
    color: var( --e-global-color-secondary);
}
.attendees-table td:first-child {
    font-weight: 700;
    color: var( --e-global-color-primary );
}

.attendees-table th, .attendees-table td {
    border-width: 0 0 1px 0 !important;
    border-color: var(--e-global-color-707b462);
}

.attendees-table table {
    border: none;
}/* End custom CSS */