:root{--features-gap:0;--features-padding:0.75rem 0.35rem;--features-triange-size:1rem;--features-min-width:110px}@media screen and (min-width:768px){:root{--features-gap:2rem;--features-padding:1rem 2rem;--features-min-width:150px}}@media screen and (min-width:1024px){:root{--features-min-width:33%}}#features-table-anchor{margin-top:-4rem}.cmp-features-group{font-size:.7rem;margin:0 0 5rem}@media screen and (min-width:768px){.cmp-features-group{font-size:1.1rem}}.cmp-features-item-row{grid-gap:var(--features-gap);align-items:center;display:flex;gap:var(--features-gap)}.cmp-features-item-row:first-child .cmp-features-item-column{border-right:0}.cmp-features-item-row:nth-child(2n){background:var(--color-white)}.cmp-features-item-column{display:flex;flex:1 1 0;padding:var(--features-padding);position:relative}.cmp-features-item-column h5{font-size:clamp(.8rem,4vw,1.5rem);left:20%;position:absolute;top:-100%;transform:rotate(-45deg);transform-origin:left;white-space:nowrap}@media screen and (min-width:768px){.cmp-features-item-column h5{left:0;position:static;top:0;transform:none;white-space:unset}}.cmp-features-item-column h6{font-size:clamp(1rem,2vw,1.25rem)}.cmp-features-item-column:first-child{border-right:1px dotted var(--color-black);min-width:var(--features-min-width)}.cmp-features-item-column:not(:first-child){justify-content:center;text-align:center}.cmp-features-title{cursor:help;text-decoration:dotted underline var(--color-black)}.cmp-features-title-description{background:var(--color-white);filter:drop-shadow(var(--shadow-normal));left:0;opacity:0;padding:1rem;pointer-events:none;position:absolute;top:0;transform:translateX(2rem) translateY(-100%);transition:var(--transition-fast);visibility:hidden;width:75vw}@media screen and (min-width:768px){.cmp-features-title-description{width:100%}}.cmp-features-title-description:after{background:var(--color-white);bottom:calc(var(--features-triange-size)*-1 + 1px);clip-path:polygon(50% 100%,0 0,100% 0);content:"";height:var(--features-triange-size);left:var(--features-triange-size);position:absolute;width:var(--features-triange-size)}.cmp-features-title:hover+.cmp-features-title-description{opacity:1;visibility:visible}.cmp-features-item-column-title{text-align:center;word-break:normal}.cmp-features-item-group-title{font-weight:700}