@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes marqueeHorizontal{0%{transform:translate(0)}to{transform:translate(var(--scroll-width))}}.table{border-radius:36px;box-shadow:0 0 4px 2px #00000014;padding:32px 24px}.table .info__table{display:flex;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.table .info__table-row{padding:12px 30px;display:flex;flex-flow:row nowrap;color:#005757;font-family:Open Sans,"sans-serif";font-weight:700;font-size:16px;line-height:19.6px;vertical-align:middle}.table .info__table-row:nth-child(odd){background-color:#cae7e8}.table .info__table-row:nth-child(2n){background-color:#fff}.table .info__table-row.info__table-header{background-color:#005757;color:#fff}.table .info__table-row-item{padding-right:30px;flex-grow:1;word-break:break-word}.table .info__table-row-item--field1{flex-basis:33.33333%}.table .info__table-row-item--field1 div,.table .info__table-row-item--field1 p{font-weight:700}.table .info__table-row-item--field2{flex-basis:66.66666%}.table .info__table-row p{margin-top:0;margin-bottom:0}@media (min-width:0) and (max-width:1200px){.table .info__table-row{flex-flow:column nowrap}}