.section-table{background:var(--white);padding:72px 0;position:relative;width:100%}@media(max-width:992px){.section-table{padding:24px 0}}.swipe{margin:20px 0 -20px 0}.swipe>img{margin-right:12px}.tablesection{width:100%;overflow:hidden;overflow-x:auto;margin:42px 0 0 0}.tablesection *{box-sizing:border-box}.tablesection .rowItem{width:180px;height:100%;display:inline-flex;align-items:center;vertical-align:top}.tablesection .tableheadrow,.tablesection .tablerow,.tablesection .rowwrapper{white-space:nowrap;height:41px;font-size:16px;line-height:24px}.tablesection .rowwrapper{transition:background .2s ease}.tablesection .tableheadrow,.tablesection .tableheadrow .tablerow,.tablesection .tableheadrow .rowItem{background-color:var(--secondary);color:#fff;text-transform:capitalize}.tablesection .tableheadrow .rowItem,.tablesection .tablecontent .rowItem{padding:8.5px 16px}.tablesection .tableheadrow .rowItem{cursor:pointer;user-select:none}.tablesection .tableheadrow .rowItem[data-sort=true]:after{transform:rotate(0)}.tablesection .tableheadrow .rowItem.active:after{opacity:1}.tablesection .tableheadrow .rowItem:after{display:inline-flex;align-items:center;justify-content:center;font-family:remixicon;content:"";width:17px;height:12px;font-size:1.5rem;background:rgba(0,0,0,0);margin-left:14px;opacity:0;transform:rotate(180deg);transition:opacity .2s ease,transform .2s ease}.tablesection .tableheadrow .rowItem:hover:after{opacity:1}.tablesection .tableheadrow{font-weight:700}.tablesection .tableheadrow i{margin-left:10px;font-size:13px}.tablesection .tableheadrow i.reversed{transform:rotate(180deg)}.tablesection a{text-decoration:none;color:var(--black)}.tablesection a:nth-child(even),.tablesection a:nth-child(even) .rowwrapper{background:var(--support-color-dark)}@media(max-width:1200px){.tablesection a:nth-child(even)>.rowItem,.tablesection a:nth-child(even) .rowwrapper>.rowItem{background:var(--support-color-dark)}}.tablesection a:nth-child(odd),.tablesection a:nth-child(odd) .rowwrapper{background:#fff}@media(max-width:1200px){.tablesection a:nth-child(odd)>.rowItem,.tablesection a:nth-child(odd) .rowwrapper>.rowItem{background:#fff}}.tablesection a:hover>.rowwrapper{background:var(--primary)}@media(max-width:1200px){.tablesection a:hover>.rowwrapper>.rowItem{background:var(--primary)}}