.table .custom-table-container{margin:30px;overflow:hidden}
@media(min-width:724px){.table .custom-table-container{max-width:1200px;margin:100px auto 0;border:1px solid rgba(21,42,105,0.2);border-radius:16px 16px 0 0}
}
.table .custom-table{background-color:#fff;border-collapse:separate;border-spacing:0;width:100%}
.table .custom-table tr:hover{background-color:#f1f1f1;transition:background-color .2s ease-in-out}
.table .custom-table td{border:0;padding:15px 30px;border-bottom:1px solid rgba(21,42,105,0.2);min-width:175px;align-content:flex-start}
.table .custom-table th{display:none;background-color:#d9f5ec;padding:10px 30px;justify-items:left;font-weight:300;font-family:"Geomanist-regular",sans-serif;font-size:14px;color:#445587;line-height:140%}
@media(min-width:724px){.table .custom-table th{display:table-cell !important}
}
.table .custom-table td .cmp-text{font-size:14px;color:#445587;line-height:140%;font-family:"Geomanist-light",sans-serif;font-weight:300}
.table .custom-table td .cmp-text p{margin:0}
.table .custom-table .custom-table__title{background-color:#d9f5ec;border-radius:16px;margin:0;padding:20px 30px 20px 30px;font-size:16px;font-weight:600;color:#445587;line-height:140%;font-family:"Geomanist-medium",sans-serif;text-align:left;display:block}
@media(min-width:724px){.table .custom-table .custom-table__title{background-color:#fff;border-radius:0;padding:20px 30px}
}
.table .custom-table-tr{display:flex;flex-direction:column;border:1px solid rgba(21,42,105,0.2);border-radius:16px;margin:30px 0}
@media(min-width:724px){.table .custom-table-tr{display:table-row;min-width:auto;border:0;border-radius:0;min-width:max-content;margin:0}
}
@media(max-width:723px){.table .custom-table td{display:flex;flex-direction:row;align-items:center;justify-content:space-between}
.table .custom-table__cell-label{font-size:12px;color:#445587;font-family:"Geomanist-light",sans-serif;font-weight:600;line-height:1.2}
}
@media(min-width:724px){.table .custom-table__cell-label{display:none}
}
@media(max-width:723px){.table .custom-table__cell-label--hidden-last{display:none}
}