.block.block-matrix{margin:75px 0;font-weight:400}.matrix{padding:0 15px}.matrix-header{position:relative;display:flex;flex-direction:row;justify-content:space-between}.matrix-header .matrix-header-th{display:flex;align-items:center;justify-content:center;text-align:center;background:#3C3838;color:#fff;font-weight:900;padding:15px 20px;width:15%;box-shadow:0 3px 3px 0 rgb(0 0 0 / .4)}.matrix-header .matrix-header-th:first-child{border-radius:5px 0 0 0}.matrix-header .matrix-header-th:last-child{border-radius:0 5px 0 0}.matrix-header .matrix-header-th.matrix-header-title{width:25%}.matrix-header .matrix-header-th.matrix-header-value{width:65%}.matrix-header .matrix-header-th.matrix-header-speed{width:15%}.matrix-row{display:none;justify-content:space-between;background-color:#EFECEA}.matrix-row:nth-of-type(even){background-color:#F7F5F5}.matrix-row.flex-show{display:flex}.matrix-row .matrix-row-td{display:flex!important;align-items:center;text-align:center;justify-content:center;padding:20px 30px;font-size:21px}.matrix-row .matrix-row-td.matrix-row-title{width:25%}.matrix-row .matrix-row-td.matrix-row-value{width:65%;background:#fff;border-bottom:solid 1px #efecea}.matrix-row .matrix-row-td.matrix-row-value img{display:block;max-width:300px;max-height:70px;width:auto;height:auto}@media(max-width:600px){.matrix-row .matrix-row-td.matrix-row-value img{max-width:100%}.matrix-header{font-size:12px}}.matrix-row .matrix-row-td.matrix-row-speed{width:15%}.matrix-footer{display:flex;justify-content:center;align-items:center}