.table{--table-row-min-height:62px;--table-column-gap:15px;--table-cell-padding-y:15px;--table-cell-padding-x:1rem;--table-first-col-width:200px}.table .container{max-width:100%;padding-left:0px!important;padding-right:0px!important}.table .title{margin-bottom:46px}.table .table-wrapper{overflow-x:auto;margin:2rem 0}.table table{width:100%;border-collapse:collapse;table-layout:fixed}.table caption{caption-side:top;text-align:left;font-size:1.25rem;font-weight:600;padding:0 0 1rem 0;color:#1a1a1a}.table thead th{min-height:var(--table-row-min-height);font-size:20px;line-height:130%;font-weight:700;text-align:left;vertical-align:top;letter-spacing:0em;padding:calc(var(--table-cell-padding-y)  + 20px) var(--table-cell-padding-x) calc(var(--table-cell-padding-y)  + 10px);border-bottom:2px solid var(--gray-table-border)}.table thead th.gap-col,.table tbody td.gap-col{width:var(--table-column-gap)}.table thead th.gap-col{padding:0;background-color:transparent!important;border-bottom:2px solid var(--gray-table-border)}.table tbody td.gap-col{padding:0;background-color:transparent!important;border-top:1px solid var(--gray-table-border)}.table tbody tr:first-child td.gap-col{border-top:none}.table thead th:nth-child(3),.table thead th:nth-child(5),.table thead th:nth-child(7),.table thead th:nth-child(9),.table tbody td:nth-child(3),.table tbody td:nth-child(5),.table tbody td:nth-child(7),.table tbody td:nth-child(9){width:calc((100% - var(--table-first-col-width) - (var(--table-column-gap) * 4)) / 4)}.table thead th:nth-child(1),.table tbody td:nth-child(1){width:var(--table-first-col-width);background-color:transparent}.table thead th:nth-child(3),.table tbody td:nth-child(3){background-color:rgba(var(--blue-table-bg-rgb),.2)}.table thead th:nth-child(5),.table tbody td:nth-child(5){background-color:rgba(var(--blue-table-bg-rgb),.4)}.table thead th:nth-child(7),.table tbody td:nth-child(7){background-color:rgba(var(--blue-table-bg-rgb),.71)}.table thead th:nth-child(9),.table tbody td:nth-child(9){background-color:rgba(var(--darker-blue-table-bg-rgb),.3)}.table thead th:nth-child(1){border-radius:var(--radius) 0 0 0}.table thead th:nth-child(3),.table thead th:nth-child(5),.table thead th:nth-child(7){border-radius:var(--radius) var(--radius) 0 0}.table thead th:nth-child(9){border-radius:var(--radius) var(--radius) 0 0}.table tbody tr{min-height:var(--table-row-min-height)}.table tbody td{min-height:var(--table-row-min-height);padding:var(--table-cell-padding-y) var(--table-cell-padding-x);vertical-align:top;border-top:1px solid var(--gray-table-border)}.table tbody td:first-of-type{font-size:18px;line-height:120%;font-weight:600;text-align:left}.table tbody td:nth-child(3),.table tbody td:nth-child(5),.table tbody td:nth-child(7),.table tbody td:nth-child(9){white-space:normal;font-size:16px;font-weight:500;line-height:140%;text-align:left}.table tbody tr:first-child td{border-top:none}.table tbody tr:last-child td{border-bottom:none;padding-bottom:calc(var(--table-cell-padding-y) + 15px)}.table tbody td:first-child{font-size:16px!important}.table tbody tr:last-child td:nth-child(1){border-radius:0 0 0 var(--radius)}.table tbody tr:last-child td:nth-child(3),.table tbody tr:last-child td:nth-child(5),.table tbody tr:last-child td:nth-child(7){border-radius:0 0 var(--radius) var(--radius)}.table tbody tr:last-child td:nth-child(9){border-radius:0 0 var(--radius) var(--radius)}.table .cell-bold,.table .cell-bold strong{font-weight:700}.table td[colspan]{text-align:center;color:#9ca3af;font-style:italic;padding:2rem}@media (max-width:1250px){.table{--table-column-gap:10px;--table-cell-padding-y:12px;--table-cell-padding-x:0.75rem;--table-first-col-width:170px}.table .title{margin-bottom:46px}}@media (max-width:1100px){.table{--table-column-gap:8px;--table-row-min-height:50px;--table-cell-padding-y:10px;--table-cell-padding-x:0.6rem;--table-first-col-width:150px}.table thead th{font-size:18px}.table tbody td:first-of-type{font-size:14px}.table tbody td:nth-child(3),.table tbody td:nth-child(5),.table tbody td:nth-child(7),.table tbody td:nth-child(9){font-size:14px}}@media (max-width:1024px){.table .title{margin-bottom:22px}}@media (max-width:1000px){.table{--table-column-gap:6px;--table-cell-padding-y:8px;--table-cell-padding-x:0.5rem;--table-first-col-width:130px}}@media (max-width:900px){.table{--table-column-gap:5px;--table-cell-padding-x:0.4rem;--table-first-col-width:110px}.table thead th{font-size:16px;padding:calc(var(--table-cell-padding-y) + 15px) var(--table-cell-padding-x) calc(var(--table-cell-padding-y) + 8px)}}@media (max-width:768px){.table{--table-column-gap:4px;--table-row-min-height:46px;--table-cell-padding-y:8px;--table-cell-padding-x:0.35rem;--table-first-col-width:90px}}@media (max-width:740px){.table .table-wrapper{overflow-x:visible;margin:1rem 0}.table caption{width:100vw;margin-left:calc(-1 * var(--content-padding));padding-left:var(--content-padding);padding-right:var(--content-padding)}.table thead{display:none}.table table,.table tbody,.table tbody tr,.table tbody td{display:block;width:100%}.table tbody td.gap-col{display:none}.table tbody tr{border-radius:var(--radius);padding:16px 20px;margin-bottom:16px}.table tbody tr:nth-child(6n+1){background-color:rgba(var(--blue-table-bg-rgb),.2)}.table tbody tr:nth-child(6n+2){background-color:rgba(var(--blue-table-bg-rgb),.4)}.table tbody tr:nth-child(6n+3){background-color:rgba(var(--blue-table-bg-rgb),.71)}.table tbody tr:nth-child(6n+4){background-color:rgba(var(--darker-blue-table-bg-rgb),.3)}.table tbody tr:nth-child(6n+5){background-color:rgba(var(--darker-blue-table-bg-rgb),.45)}.table tbody tr:nth-child(6n+6){background-color:rgba(var(--darker-blue-table-bg-rgb),.6)}.table tbody td{background:transparent!important;padding:12px 0!important;border-top:none!important;border-bottom:1px solid rgb(224,224,224);border-radius:0!important;display:flex;justify-content:flex-start;text-align:left;align-items:flex-start;gap:12px;min-height:auto;width:100%!important}.table tbody td:last-child{border-bottom:none;padding-bottom:15px!important}.table tbody td:first-child{display:block!important;font-size:18px!important;font-weight:700!important;color:var(--black);padding:19px 0 12px 0!important;margin-bottom:8px;border-bottom:2px solid rgb(215,215,215)!important;text-align:left}.table tbody td:not(:first-child):not(.gap-col){font-size:14px!important;line-height:1.3em!important;white-space:normal;padding-top:14px!important}.table tbody td:not(:first-child):not(.gap-col)::before{content:attr(data-label);font-weight:600;color:var(--black);font-size:14px;line-height:1.3;flex:0 0 35%;padding-right:8px}}@media (max-width:450px){.table tbody tr{padding:12px var(--content-padding);margin-bottom:12px}.table tbody td:first-child{font-size:16px!important;padding-bottom:10px!important}.table tbody td:not(:first-child):not(.gap-col){flex-direction:column;gap:6px}.table tbody td:not(:first-child):not(.gap-col)::before{flex:none;margin-bottom:2px}}.table-flat .container{max-width:100%;padding-left:0!important;padding-right:0!important}.table-flat .title{text-align:left;font-size:50px!important;font-weight:700!important;line-height:1.1em!important;letter-spacing:0!important;margin:0 0 32px 0!important;width:auto!important}.table-flat .sub-title{text-align:left;margin:0 0 24px 0!important;width:auto!important}.table-flat .table-wrapper{background-color:#e3e1fc;border-radius:16px;padding:42px 35px 10px;margin-top:-5px;overflow-x:auto}.table-flat tbody td.col-1 .cell-text,.table-flat tbody td.col-2 .cell-text{display:inline-block;max-width:392px}.table-flat table{width:100%;border-collapse:collapse;table-layout:fixed}.table-flat thead th:first-child,.table-flat tbody td:first-child{width:28%}.table-flat thead th,.table-flat tbody td{text-align:left;vertical-align:top;color:#383700;padding:18px 20px;box-sizing:border-box}.table-flat thead th:first-child,.table-flat tbody td:first-child{padding-left:0}.table-flat thead th{font-family:'Figtree',sans-serif;font-weight:800;font-size:22px;line-height:1.2;padding-top:0;padding-bottom:40px;vertical-align:middle}.table-flat thead th .col-text{display:inline-block}.table-flat thead th .col-logo{display:block;width:auto;min-width:max-content;height:auto;max-width:none;object-fit:contain;object-position:left center;--base-scale:1;transform:translateX(var(--logo-x,0%)) translateY(var(--logo-y,0%)) scale(calc(var(--base-scale) * var(--logo-scale, 1)));transform-origin:left center}.table-flat thead th.col-1 .col-logo{height:18px;width:auto;max-width:none}.table-flat tbody td{font-weight:600;font-size:20px;line-height:1.2;border-top:1px solid rgba(56,55,0,.15)}.table-flat tbody tr:first-child td{border-top:none}.table-flat .cell-bold strong{font-weight:800}@media (max-width:1250px){.table-flat .title{font-size:44px!important}.table-flat .table-wrapper{padding:45px 28px 28px}.table-flat thead th{font-size:20px;padding:16px 16px;padding-top:0;padding-bottom:36px}.table-flat tbody td{font-size:18px;padding:16px 16px}.table-flat thead th .col-logo{--base-scale:0.9}.table-flat thead th:first-child,.table-flat tbody td:first-child{padding-left:0}}@media (max-width:1024px){.table-flat .title{font-size:36px!important;margin-bottom:24px!important}.table-flat .table-wrapper{padding:36px 22px 22px}.table-flat thead th{font-size:18px;padding:14px 12px;padding-top:0;padding-bottom:28px}.table-flat tbody td{font-size:16px;padding:14px 12px}.table-flat thead th .col-logo{--base-scale:0.75}}@media (max-width:800px){.table-flat .title{font-size:24px!important;font-weight:800!important}}@media (max-width:350px){.table-flat .table-wrapper{background-color:transparent;border-radius:0;padding:0;overflow-x:visible}.table-flat thead{display:none}.table-flat table,.table-flat tbody,.table-flat tbody tr,.table-flat tbody td{display:block;width:100%}.table-flat tbody tr{background-color:#e3e1fc;border-radius:16px;padding:18px 22px;margin-bottom:14px}.table-flat tbody td{padding:10px 0!important;border-top:none;border-bottom:1px solid rgba(56,55,0,.15);font-size:15px;line-height:1.3em;text-align:left;width:100%!important}.table-flat tbody td:last-child{border-bottom:none;padding-bottom:4px!important}.table-flat tbody td:first-child{font-size:18px!important;font-weight:800!important;color:#383700;padding:6px 0 14px 0!important;border-bottom:1px solid rgba(56,55,0,.25);text-align:left;margin-bottom:6px}.table-flat tbody td:not(:first-child)::before{content:attr(data-label);display:block;font-weight:800;font-size:15px;color:#383700;margin-bottom:4px}}@media (min-width:351px) and (max-width:650px){.table-flat .table-wrapper.layout-3col{background-color:#e3e1fc;border-radius:16px;padding:24px var(--content-padding)}.table-flat .layout-3col thead tr{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;row-gap:12px;padding-bottom:0;border-bottom:none;margin-bottom:8px;align-items:center}.table-flat .layout-3col thead th{padding:0!important;border:none;text-align:left;overflow:visible;min-width:0}.table-flat .layout-3col thead th .col-logo{position:relative}.table-flat .layout-3col thead th.col-0{grid-column:1 / -1;font-size:16px;font-weight:800;margin-top:6px;margin-bottom:23px;white-space:nowrap}.table-flat .layout-3col thead th .col-logo{--base-scale:0.7}.table-flat .layout-3col tbody tr{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;row-gap:6px;padding:12px 0 0}.table-flat .layout-3col tbody td{padding:0!important;border:none!important;font-size:14px;line-height:1.2em;color:#383700;text-align:left}.table-flat .layout-3col tbody td.col-0{grid-column:1 / -1;font-weight:700;margin-bottom:4px;white-space:nowrap}.table-flat .layout-3col tbody td.col-1,.table-flat .layout-3col tbody td.col-2{font-weight:500;margin-top:-2px}}@media (max-width:480px){.table-flat .layout-3col thead th .col-logo{--base-scale:0.7}}