.section-table{background:var(--white);padding:72px 0;position:relative;width:100%}@media(max-width:991px){.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;display:inline-block;vertical-align:top}.tablesection .tableheadrow,.tablesection .tablerow,.tablesection .rowwrapper{white-space:nowrap;height:41px;font-size:16px;line-height:24px}.tablesection .tableheadrow .tablerow{background:var(--tertiary);text-transform:capitalize}.tablesection .tableheadrow .rowItem,.tablesection .tablecontent .rowItem{padding:8.5px 16px}.tablesection .tableheadrow .rowItem{background:var(--tertiary);cursor:pointer;user-select:none}.tablesection .tableheadrow .rowItem svg{margin-left:14px;opacity:0;position:relative;top:-1px;transition:opacity .2s ease}.tablesection .tableheadrow .rowItem svg.active{opacity:1}.tablesection .tableheadrow .rowItem:hover svg{opacity:1}.tablesection .tableheadrow{font-weight:700}.tablesection .tableheadrow i{margin-left:10px;font-size:13px}.tablesection .tableheadrow i.reversed{transform:rotate(180deg)}.tablesection .rowwrapper{transition:all .3s ease-in-out;background:var(--white)}.tablesection .rowwrapper .rowItem{background:var(--white);transition:all .3s ease-in-out}.tablesection a{color:inherit;text-decoration:none}.tablesection a:nth-child(odd) .rowwrapper{background:var(--quaternary)}.tablesection a:nth-child(odd) .rowwrapper .rowItem{background:var(--quaternary)}.tablesection a:hover .rowwrapper{filter:brightness(80%)}