<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a::after {
  transition: all 0.2s ease-out 0s;
}

.chart svg, .chart .chart__container {
    overflow: visible;
}

#echarts small,
.tabulator-tooltip small {
  color: #005da0;
  font-size: smaller;
}

.chart__container&gt;div {
  overflow: visible !important;
}

#echarts small,
.tabulator-tooltip small {
  color: #005da0;
  font-size: smaller;
}

#echarts table {
  width: 100%;
}

#echarts td:nth-child(2) {
  font-weight: bolder;
  text-align: right;
}

.saas .chart {
  height: 70vh;
}

.chart[data-chart=index] {
  height: 340px;
}

.chart[data-chart=multiple-return],
.chart[data-chart=market-capitalization],
.chart[data-chart=revenue-per-fte],
.chart[data-chart=fcf-margin],
.chart[data-chart=rule-of-40] {
  height: 1000px;
}

.saas .hd .filter {
  padding: 0;
  gap: 4px;
  flex-wrap: nowrap;
}

.saas .hd .filter__label {
  white-space: nowrap;
  font-weight: bold;
  color: #54585a;
}

.saas .hd .filter ul {
    display: flex;
    flex-wrap: wrap;
    word-break: keep-all;
    list-style: none;
}

.saas .hd .filter &gt; li {
  margin: 0px 10px;
  background: #ffffff;
}

.saas .hd .filter a {
  
}


.saas .hd .filter .subfilter.current a::after,
.saas .hd .filter .subfilter[data-selected] a::after {
    border-color: #ffffff;
}

.saas .hd .filter .subfilter &gt; a {
  display: none;
}

.saas .hd .filter .subfilter-item:not(.current) a {
  color: #001d32;
  background-color: transparent;
}

.saas .hd .filter .subfilter-item:not(.current) a:hover {

}

.saas .hd .filter [data-selected] a {
  color: #ffffff;
  border-color: #005da0;
  background-color: #005da0;
}

.saas .hd .subfilter &gt; a::after {
  content: "";
  z-index: 11;
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
}

.saas .hd .subfilter &gt; a::after {
  transform: rotate(225deg);
    margin-top: -3px;
}

.subfilter.current &gt; a::after {
    transform: rotate(45deg);
    margin-top: 6px;
}

@media (max-width: 767px) {
  .saas .hd .filter .subfilter {
    display: flex;
    margin-bottom: 0;
  }
    .saas .hd .filter ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap:10px;
    }
  .saas .hd .filter li {
    display: none;
  }

  .saas .hd .filter li.current {
    display: list-item;
  }

  .current &gt; a::after {
    content: '';
    z-index: 11;
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(225deg);
    margin-top: -3px;
  }

  .expanded .current a::after {
    transform: rotate(45deg);
    margin-top: 6px;
  }

  .chart__toolbar[data-chart=regression-analysis] ul {
    
  }

  .chart__toolbar[data-chart=regression-analysis] a {
    padding: 2px 4px;
  }
    .en.saas .bd .filter {
        flex-wrap: wrap;
    }
    .en.saas .bd .filter .filter__label {
        width: 100%;
    }
    .en.saas .bd .filter ul {
        flex-wrap: wrap;
    }
    .en .chart__toolbar li {
        padding: 5px 0px 2px;
    }
    .en .chart__toolbar[data-chart=regression-analysis] a {
        font-size: 12px;
    }
    .en .chart__toolbar[data-chart=regression-analysis] {
        justify-content: flex-start;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {

  .saas .hd .subfilter {
    position: relative;
  }

  .saas .hd .subfilter ul {
    display: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    translate: -50%;
  }

  .saas .hd .subfilter.current ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    background-color: #ffffff;
    border: solid 1px #d8e3eb;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    overflow: hidden;
  }
  .saas .hd .subfilter ul li.subfilter-item {
    border-bottom: solid 1px #d8e3eb;
  }
    .saas .hd .subfilter ul li.subfilter-item:last-child {
    border-bottom: none;
  }
  .saas .hd .filter .subfilter &gt; a {
    display: block;
  }
}

.saas .hd .filter.expanded li {
    display: list-item;
}
.saas .hd .filter.expanded .subfilter ul li {
    margin: 0px;
}
.saas .hd .filter.expanded .subfilter ul li:first-child {
    border-top: none 0px;
}
/*.saas .hd .filter.expanded .subfilter ul li:nth-child(1), .saas .hd .filter.expanded .subfilter ul li:nth-child(2){
    border-bottom:  solid 1px #d8e3eb;
}*/

.chart__toolbar {
  justify-content: start;
  row-gap: 8px;
  column-gap: 2em;
  flex-wrap: wrap;
  padding-left: 1em;
}

.chart__toolbar[data-chart=regression-analysis] {
  justify-content: center;
  margin: 0 -28px;
  padding: 0;
}

.chart__toolbar .saas .hd .filter ul {
  flex-direction: row;
  justify-content: start;
}

.chart__toolbar .saas .hd .filter li {
  display: inline-block;
  margin: 0;
}

.chart__toolbar li[data-active=true] {
  border-bottom: 0;
}

.chart__toolbar li[data-active=true] a {
    color: #005da0;
}

.chart__toolbar li a {
    color: #999999;
    font-size: 14px;
    padding: 2px 10px;
    -webkit-transition: all 0.2s ease-out 0s;
       -moz-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
}

.tabulator {
  background: none;
  border: none;
}

.tabulator-row {
  line-height: 24px;
}

.tabulator .tabulator-header {
  border: none;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  border-right: none;
  padding-right: 2px;
}

.tabulator .tabulator-header .tabulator-calcs-holder {
  border-bottom: none;
}

.tabulator .tabulator-footer .tabulator-calcs-holder {
  border-top: none;
}

.tabulator .tabulator-header .tabulator-col {
  justify-content: flex-end;
  line-height: 28px;
  background: rgb(236, 249, 255);
  color: rgb(140, 140, 140);
  border-right-color: transparent;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
  color: rgb(236, 249, 255);
  background: rgb(140, 140, 140);
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  text-align: center;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 4px 6px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  text-align: center;
}


.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  border-image-source: linear-gradient(to left, transparent 1%, #aaa 1% 99%, transparent 99%);
  border-image-slice: 1;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols:hover {
  border-image-source: unset;
  border-image-slice: unset;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top-color: rgb(140, 140, 140);
  border-bottom-color: rgb(140, 140, 140);
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort]:hover .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top-color: rgb(236, 249, 255);
  border-bottom-color: rgb(236, 249, 255);
}

.tabulator-row.tabulator-row-even {
  background: white;
}

.tabulator-row.tabulator-selectable:hover {
  background: #3fb1e3;
  color: white;
}

.tabulator-row .tabulator-cell {
  border-bottom: 1px solid #eee;
  border-right: none;
  padding: 4px 22px 4px 6px;
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
  border-right: none;
  padding-right: 22px;
}

.tabulator-tooltip {
  border-style: solid;
  white-space: nowrap;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 10px;
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-radius: 4px;
  color: rgb(102, 102, 102);
  font: 14px / 21px sans-serif;
  padding: 10px;
  border-color: rgb(63, 177, 227);
}
</pre></body></html>