:root{--dot-color:#005056;--dot-color-yes:#0a5600;--dot-color-price:#0d4e80;--dot-color-no:#56000e;--padding-section-horizontal:clamp(15px,calc((100vw - 1200px)/2),10000px);--padding-centered-horizontal:clamp(15px,calc((100vw - 600px)/2),10000px)}.steps1{counter-reset:step;flex-direction:column;gap:2em;max-width:800px;margin:0;padding:0;list-style:none;display:flex}.steps1.gap{gap:4em}.steps1 li{counter-increment:step;justify-content:flex-start;display:flex;position:relative}.steps1 li:nth-child(odd)>div{left:100px}.steps1 li:nth-child(2n){justify-content:flex-end}.steps1 li:nth-child(2n)>div{text-align:right;right:100px}.steps1 li:before{background:var(--dot-color);width:120px;height:120px;color:var(--accent);text-align:center;opacity:.75;border-radius:50%;flex-shrink:0;font-size:72px;font-weight:700;line-height:120px;transition:box-shadow .35s;position:relative;box-shadow:0 0 60px #ff000054}.steps1 li>div{max-width:600px;font-size:1.1em;line-height:1.2em;position:absolute;top:30px}.steps1 li.middle:before{box-shadow:0 0 120px #ffff00a8}.steps1.price li:before{background:var(--dot-color-price)}.steps1.yes li:before{background:var(--dot-color-yes)}.steps1.no li:before{background:var(--dot-color-no)}ol.steps1 li:before{content:counter(step)}ol.steps1.zero{counter-reset:step -1}ul.steps1 li:before{content:"⊕"}ul.steps1.no li:before{content:"⊖"}h1{padding:.25em 0;font-size:1.7em;font-weight:900;line-height:1.2em}h2{padding:.25em 0;font-size:1.4em;font-weight:400;line-height:1.2em}h3{padding:1.25em 0;font-size:1.2em;font-weight:600;line-height:1.25em}h3.pad{padding:3em 0 1.5em}p{text-indent:-.5em;margin-bottom:.5em;margin-left:.5em}
