.evt-head{display:flex;flex-direction:column;gap:16px}.evt-head--center{align-items:center;text-align:center}.evt-head--center .evt-head-desc{max-width:800px}.evt-head-desc{max-width:900px}.evt-head .evt-head-desc{font-size:var(--font-18)}.evt-head-desc strong{font-weight:600;color:var(--black-1)}.evt-compare{--evt-compare-gutter:44px;--evt-compare-inset:8px;display:flex;flex-direction:column;gap:12px}.evt-compare-head{display:grid;grid-template-columns:1fr var(--evt-compare-gutter) 1fr;align-items:center;padding:0 var(--evt-compare-inset) 8px}.evt-compare-head-cell{display:flex;align-items:center;gap:12px;flex-wrap:wrap;grid-column:1;padding-left:20px}.evt-compare-head-cell--solution{grid-column:3}.evt-compare-head-arrow{grid-column:2;place-self:center;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(7,157,146,.1);color:var(--green-1)}.evt-compare-tag{font-size:var(--font-12);font-weight:600;padding:6px 12px;border-radius:999px;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.evt-compare-tag--challenge{background:rgba(240,78,35,.12);color:#f04e23}.evt-compare-tag--solution{background:rgba(7,157,146,.12);color:var(--green-1)}.evt-compare-row{display:grid;grid-template-columns:1fr var(--evt-compare-gutter) 1fr;align-items:stretch;background:var(--grey-4);border-radius:18px;padding:var(--evt-compare-inset);transition:background .35s ease,transform .35s ease}.evt-compare-cell{display:flex;align-items:flex-start;gap:14px;padding:20px;grid-column:1}@property --evt-ring-angle{syntax:"<angle>";initial-value:0deg;inherits:false}@property --evt-ring-soft{syntax:"<color>";initial-value:rgba(7,157,146,0);inherits:false}@property --evt-ring-glow{syntax:"<color>";initial-value:rgba(7,157,146,0);inherits:false}.evt-compare-cell--solution{grid-column:3;border:1.5px solid transparent;border-radius:12px;background:linear-gradient(var(--white),var(--white)) padding-box,conic-gradient(from var(--evt-ring-angle,0deg),var(--evt-ring-soft,rgba(7,157,146,0)) 0deg,var(--evt-ring-glow,rgba(7,157,146,0)) 45deg,var(--evt-ring-soft,rgba(7,157,146,0)) 120deg,var(--evt-ring-soft,rgba(7,157,146,0)) 180deg,var(--evt-ring-glow,rgba(7,157,146,0)) 225deg,var(--evt-ring-soft,rgba(7,157,146,0)) 300deg,var(--evt-ring-soft,rgba(7,157,146,0)) 1turn) border-box;box-shadow:0 1px 2px rgba(20,19,19,.05),0 8px 24px rgba(20,19,19,.04);transition:box-shadow .35s ease,--evt-ring-soft .35s ease,--evt-ring-glow .35s ease}@keyframes evt-ring-spin{to{--evt-ring-angle:360deg}}p.evt-compare-copy{line-height:148%}.evt-compare-mark{flex:none;width:22px;height:22px;margin-top:3px;border-radius:50%;display:grid;place-items:center}.evt-compare-mark--challenge{background:rgba(240,78,35,.12);color:#f04e23}.evt-compare-mark--solution{background:rgba(7,157,146,.12);color:var(--green-1)}@media (hover:hover) and (pointer:fine){.evt-compare-row:hover{background:var(--grey-2);transform:translateY(-2px)}.evt-compare-row:hover .evt-compare-cell--solution{--evt-ring-soft:rgba(7,157,146,0.3);--evt-ring-glow:var(--green-2);animation:evt-ring-spin 3s linear infinite;box-shadow:0 2px 4px rgba(7,157,146,.08),0 14px 34px rgba(20,19,19,.08)}}@media (prefers-reduced-motion:reduce){.evt-compare-cell--solution,.evt-compare-row{transition:none}.evt-compare-row:hover{transform:none}.evt-compare-row:hover .evt-compare-cell--solution{animation:none;--evt-ring-glow:rgba(7,157,146,0.3)}}.evt-fit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.evt-fit-card{background:#f3f3f3;border-radius:20px;padding:28px 24px;min-height:240px;display:flex;flex-direction:column;gap:20px}.evt-fit-icon{width:54px;height:54px;flex:none;-o-object-fit:contain;object-fit:contain}.evt-table-wrap{--evt-table-line:rgba(7,157,146,0.16);--evt-table-wash:rgba(7,157,146,0.08);--evt-table-zebra:rgba(7,157,146,0.035);--evt-table-hover:rgba(7,157,146,0.09);width:100%;overflow-x:auto;border:1px solid var(--evt-table-line);border-radius:20px}.evt-table{width:100%;min-width:720px;border-collapse:collapse;text-align:left}.evt-table thead th{background:var(--evt-table-wash);color:var(--green-1);padding:20px 24px;font-weight:500;border-bottom:2px solid var(--green-1)}.evt-table td,.evt-table th{border-right:1px solid var(--evt-table-line)}.evt-table td:last-child,.evt-table th:last-child{border-right:none}.evt-table tbody td{padding:18px 24px;vertical-align:top;border-top:1px solid var(--evt-table-line)}.evt-table tbody tr:nth-child(2n){background:var(--evt-table-zebra)}@media (hover:hover) and (pointer:fine){.evt-table tbody tr{transition:background .25s ease}.evt-table tbody tr:hover{background:var(--evt-table-hover)}}@media (prefers-reduced-motion:reduce){.evt-table tbody tr{transition:none}}.evt-callout{background:#f3f3f3;border-radius:20px;padding:28px 32px;display:flex;flex-direction:column;gap:12px}.evt-callout-title{text-transform:capitalize;letter-spacing:.04em}.evt-numbers-section{gap:60px}.evt-numbers-grid{display:grid;grid-template-columns:repeat(24,1fr);grid-auto-rows:1fr;justify-content:center;gap:20px}.evt-number-card{background:var(--grey-4);border-radius:20px;padding:28px 24px;min-width:0;display:flex;flex-direction:column;justify-content:flex-end;gap:12px}.evt-number-card:first-child,.evt-number-card:nth-child(4),.evt-number-card:nth-child(6){background:var(--green-1)}.evt-number-card:nth-child(3),.evt-number-card:nth-child(5){background:var(--black-1)}.evt-number-card:first-child p,.evt-number-card:nth-child(3) p,.evt-number-card:nth-child(4) p,.evt-number-card:nth-child(5) p,.evt-number-card:nth-child(6) p{color:var(--white)}.evt-number-card--lg,.evt-number-card--sm{grid-column:span 6}@media (min-width:1025px){.evt-number-card--sm+.evt-number-card--lg{grid-column:4/span 6}}.evt-number-label{text-transform:capitalize}.evt-notes-grid{display:grid;grid-template-columns:repeat(var(--evt-notes-cols,4),1fr);gap:20px}.evt-note{display:flex;flex-direction:column;gap:12px;padding:24px;background:var(--white);border:1px solid rgba(7,157,146,.16);border-radius:16px;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.evt-note-rule{flex:none;width:32px;height:3px;margin-bottom:4px;border-radius:2px;background:var(--green-1)}p.evt-note-lead{line-height:132%}p.evt-note-text{line-height:148%}@media (hover:hover) and (pointer:fine){.evt-note:hover{border-color:rgba(7,157,146,.45);box-shadow:0 10px 28px rgba(20,19,19,.06);transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.evt-note{transition:none}.evt-note:hover{transform:none}}.evt-team-intro{max-width:820px;margin:0 auto}.evt-team-cta{width:100%;margin-top:24px}.evt-team-cta>a{display:inline-block}@media (hover:hover) and (pointer:fine) and (min-width:1024px){.evt-team-cta{overflow:hidden;max-height:0;margin-top:0;opacity:0;transition:max-height .5s ease-in-out,margin-top .5s ease-in-out,opacity .5s ease-in-out}.evt-team-card:focus-within .evt-team-cta,.evt-team-card:hover .evt-team-cta{max-height:200px;margin-top:24px;opacity:1}}@media (prefers-reduced-motion:reduce){.evt-team-cta{transition:none}}@media (max-width:1024px){.evt-numbers-section{gap:32px}.evt-compare{--evt-compare-gutter:24px}.evt-compare-head-cell{padding-left:16px}.evt-compare-cell{padding:18px 16px}.evt-fit-grid{grid-template-columns:repeat(2,1fr)}.evt-number-card--lg,.evt-number-card--sm{grid-column:span 12}.evt-notes-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:769px) and (max-width:1024px){.evt-number-card:nth-child(odd):last-child{grid-column:7/span 12}}@media (max-width:768px){.evt-numbers-section{gap:24px}.evt-compare-head{grid-template-columns:1fr;gap:10px;padding:0 4px 8px}.evt-compare-head-cell,.evt-compare-head-cell--solution{grid-column:1;padding-left:0}.evt-compare-head-arrow{display:none}.evt-compare-row{grid-template-columns:1fr;row-gap:6px}.evt-compare-cell,.evt-compare-cell--solution{grid-column:1;padding:16px}.evt-fit-grid{grid-template-columns:1fr}.evt-fit-card{min-height:0}.evt-fit-icon{margin-bottom:6px}.evt-numbers-grid{grid-template-columns:1fr}.evt-number-card--lg,.evt-number-card--sm{grid-column:span 1;min-height:0}.evt-notes-grid{grid-template-columns:1fr}.evt-callout{padding:24px 20px}}