.fpt__inner-table{width:100%;display:flex;flex-flow:column nowrap;color:#fff}.fpt__inner-table .table-header{display:flex;flex-flow:row nowrap;align-items:center;flex:1 1 100%;gap:6px;padding-bottom:1rem;border-bottom:1px solid rgb(255 255 255 / .1)}.fpt__inner-table .table-header .table-column{transition:all 0.6s ease;flex:0 1 auto;border:1px solid #fff0;background:#fff0;border-radius:100px;padding:6px 16px;line-height:1;color:rgb(255 255 255 / .3);cursor:pointer;font-size:15px}.fpt__inner-table .table-header .table-column:hover{color:rgb(255 255 255 / .5)}.fpt__inner-table .table-header .table-column.active{opacity:1;border:1px solid rgb(255 255 255 / .2);color:rgb(255 255 255);background:rgb(255 255 255 / .1)}.fpt__inner-table .table-rows{display:flex;flex-flow:column nowrap}.fpt__inner-table .table-rows .table-row{padding:1.5rem 0;border-bottom:1px solid rgb(255 255 255 / .1);display:flex;align-items:center;justify-content:space-between;color:rgb(255 255 255);transition:all 0.6s ease}.fpt__inner-table .table-rows .table-row:last-of-type{border-bottom:none}.fpt__inner-table .table-rows .table-row .row-title{display:flex;align-items:center;gap:5px;transition:inherit;font-weight:400}.fpt__inner-table .table-rows .table-row .row-title .row-icon{stroke:#23d1b1;stroke-width:4px}.fpt__inner-table .table-rows .table-row .row-title .row-text{line-height:1}.fpt__inner-table .table-rows .table-row .row-value{font-weight:600;display:flex;align-items:center}.fpt__inner-table .table-rows .table-row .row-value .row-chip{margin-left:10px;display:flex;align-items:center;justify-content:center;line-height:1;text-align:center;font-size:13px;padding:5px 10px 4px;border-radius:100px;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .1);font-weight:400;color:rgb(255 255 255)}@media (max-width:992px){.fpt__inner-table .table-header .table-column{font-size:15px}.fpt__inner-table .table-rows .table-row{padding:1rem 0}.fpt__inner-table .table-rows .table-row .row-title{font-size:15px}.fpt__inner-table .table-rows .table-row .row-title .row-icon{width:16px;height:16px}.fpt__inner-table .table-rows .table-row .row-value{font-size:15px;height:24px}}@media (max-width:768px){.fpt__inner-table .table-header .table-column{font-size:15px}.fpt__inner-table .table-rows .table-row{padding:1rem 0}.fpt__inner-table .table-rows .table-row .row-title{font-size:15px}.fpt__inner-table .table-rows .table-row .row-title .row-icon{width:16px;height:16px}.fpt__inner-table .table-rows .table-row .row-value{font-size:15px;height:24px}}@media (max-width:576px){.fpt__inner-table .table-header{overflow-x:auto}.fpt__inner-table .table-header .table-column{flex:0 0 auto;font-size:13px;padding:6px 12px}.fpt__inner-table .table-rows .table-row{padding:1rem 0}.fpt__inner-table .table-rows .table-row .row-title{font-size:14px}.fpt__inner-table .table-rows .table-row .row-title .row-icon{width:16px;height:16px}.fpt__inner-table .table-rows .table-row .row-value{font-size:15px;height:24px}}