.breakdance .bde-section{position:relative;width:100%;background-position:center center;background-size:cover}.breakdance .bde-section .section-container{max-width:var(--bde-section-width);background-size:cover;position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin:0 auto;padding:var(--bde-section-vertical-padding) var(--bde-section-horizontal-padding)}.breakdance .bde-section .section-shape-divider-wrapper{position:absolute;overflow:hidden;top:0;left:0;bottom:0;right:0;pointer-events:none}.breakdance .bde-section .section-shape-divider-wrapper .section-shape-divider svg{position:absolute;color:#000;width:100%;height:320px;left:0;right:0;top:0}.breakdance .bde-heading{max-width:100%;margin:0}.breakdance .bde-columns{max-width:100%;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--bde-column-gap)}.breakdance .bde-column{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;align-items:flex-start;width:calc(var(--column-width) - var(--bde-column-gap) * ((var(--columnCount) - 1) / var(--columnCount)));position:relative;background-size:cover}.breakdance .bde-button{max-width:100%}.phox-table-wrap{width:100%;max-width:100%;box-sizing:border-box}.phox-table-scroll{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.phox-table{border-collapse:collapse;width:100%;min-width:100%;max-width:none;table-layout:auto;color:inherit}.phox-table caption{caption-side:top;text-align:left;font-weight:600;padding:8px 0}.phox-table th,.phox-table td{padding:12px;text-align:left;vertical-align:middle}.phox-table thead th{background:#310467;color:#fff;font-weight:600;position:relative}.phox-table .phox-subhead th,.phox-table .phox-subhead td{background:#f3f4f6;font-weight:700}.phox-table .phox-th.is-sortable{cursor:pointer;user-select:none;white-space:nowrap}.phox-sort-ic{display:inline-block;width:0;height:0;margin-left:6px;vertical-align:middle;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;opacity:.35}.phox-table .phox-th.sorted-asc .phox-sort-ic{border-top:none;border-bottom:5px solid currentColor;opacity:1}.phox-table .phox-th.sorted-desc .phox-sort-ic{opacity:1}.phox-table-wrap.has-sticky-header .phox-table thead th{position:sticky;top:0;z-index:3}.phox-table-wrap.has-sticky-col .phox-table th:first-child,.phox-table-wrap.has-sticky-col .phox-table td:first-child{position:sticky;left:0;z-index:2;background:var(--phox-tbl-sticky-bg,#ffffff)}.phox-table-wrap.has-sticky-col .phox-table thead th:first-child{z-index:4;background:var(--phox-tbl-head-bg,#310467)}@media (max-width:1023px){.phox-table .phox-hide-tablet{display:none!important}}@media (max-width:767px){.phox-table .phox-hide-phone{display:none!important}}.phox-table-img{max-width:100%;height:auto;border-radius:4px;display:inline-block}.phox-table-btn{display:inline-block;padding:6px 14px;background:#310467;color:#fff;border-radius:6px;text-decoration:none;font-size:.9em;line-height:1.3}.phox-table-btn:hover{opacity:.9;color:#fff}.phox-table-icon{display:inline-flex;align-items:center}.phox-table-icon svg{width:1.25em;height:1.25em;vertical-align:middle}.phox-table-bool{font-weight:700;font-size:1.1em}.phox-table-bool.is-true{color:#16a34a}.phox-table-bool.is-false{color:#dc2626}.phox-table-rating{white-space:nowrap}.phox-table-rating .star{color:#d1d5db}.phox-table-rating .star.on{color:#f59e0b}.phox-table-badge{display:inline-block;padding:2px 10px;border-radius:999px;background:#6b7280;color:#fff;font-size:.8em;font-weight:600;line-height:1.5}.phox-table-progress{display:inline-flex;align-items:center;gap:8px;min-width:120px;width:100%;max-width:180px}.phox-table-progress .track{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.phox-table-progress .bar{display:block;height:100%;background:#6d28d9}.phox-table-progress .pct{font-size:.8em;opacity:.7;min-width:34px;text-align:right}.phox-table-toolbar{display:flex;justify-content:flex-end;gap:10px;margin-bottom:12px;flex-wrap:wrap}.phox-table-search,.phox-col-filter{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.phox-table-search{min-width:220px}.phox-table .phox-filter-row th{background:#f9fafb;padding:6px}.phox-col-filter{width:100%;box-sizing:border-box;padding:5px 8px;font-size:12px;font-weight:400}.phox-table-csv{padding:8px 14px;border:none;border-radius:6px;background:#6d28d9;color:#fff;cursor:pointer;font-size:14px}.phox-table-csv:hover{opacity:.9}.phox-table-edit-btn{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;padding:10px 18px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;box-shadow:0 4px 14px rgba(99,102,241,.35)}.phox-table-edit-btn:hover{filter:brightness(1.05)}.phox-table-edit-ic{font-size:16px;line-height:1}