.reports-module .reports-dates-wrapper{display:inline-flex;flex-wrap:wrap;gap:12px 0;margin-bottom:40px}.reports-module .reports-dates-wrapper .chip{border-radius:12px;color:#97a2af;cursor:pointer;font-size:16px;font-style:normal;font-weight:500;line-height:24px;padding:12px 24px;transition:all .3s}.reports-module .reports-dates-wrapper .chip.active{background-color:#e2e8f0;color:#0f233c}.reports-module .reports-dates-wrapper .chip:hover{color:#0f233c}.reports-module .table-grid{display:grid;overflow:auto;overflow-x:auto}.reports-module .table-grid .row{display:contents}.reports-module .table-grid .row--body{display:none}.reports-module .table-grid .row--body.active{display:contents}.reports-module .table-grid .col{font-size:15px;font-style:normal;padding:20px;text-align:center}.reports-module .table-grid .col:first-child{text-align:left}.reports-module .table-grid .col--title{background-color:#0f233c;color:#fff;font-weight:500}.reports-module .table-grid .col--title:first-child{border-radius:12px 0 0 12px;min-width:200px}.reports-module .table-grid .col--title:last-child{border-radius:0 12px 12px 0}.reports-module .table-grid .col--body{position:relative}.reports-module .table-grid .col--body:before{background-color:#e2e8f0;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;width:100%}.reports-module .table-grid .col--body .cta_inner{display:flex;justify-content:center;position:relative}.reports-module .table-grid .col--body .cta_inner .cta_icon{position:absolute;top:0;z-index:1}.reports-module .table-grid .col--body .cta_inner a{display:block;font-size:0;height:30px;position:relative;width:30px;z-index:2}.reports-module .table-grid .col--body .cta_inner a *{font-size:0}.reports-module .table-grid .col--body a .embeded-container-modal{display:none;pointer-events:none}.reports-module__modal{align-items:center;background-color:rgba(15,35,60,.8);display:flex;height:0;justify-content:center;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:opacity .3s linear;width:100vw;z-index:999991}.reports-module__modal.show{height:100vh;opacity:1;pointer-events:all}.reports-module__modal .inner-wrapper{display:inline-flex;max-height:80vh;max-width:90vw;position:relative}.reports-module__modal .inner-wrapper .oembed_container{min-width:300px}.reports-module__modal .inner-wrapper .hidden{display:none!important;pointer-events:none}.reports-module__modal .inner-wrapper iframe{border-radius:15px}@media(max-width:840px){.reports-module__modal .inner-wrapper iframe{border-radius:5px}}.reports-module__modal .inner-wrapper .close-btn{pointer-events:none;position:absolute;right:-35px;top:0}@media(max-width:840px){.reports-module__modal .inner-wrapper .close-btn{right:0;top:-35px}}.reports-module__modal .inner-wrapper video{max-height:80vh}