@charset "UTF-8";.content-page h2{font-size:1.5rem;line-height:2rem;font-weight:700;margin-block:1rem}.content-page p{padding:0;text-indent:2rem}.content-page ul{list-style:none;padding-left:1rem;margin-block:2rem}.content-page ul li{position:relative;padding-left:1.5rem;margin-block:1rem}.content-page ul li:before{content:"";position:absolute;left:0;top:.35rem;width:1rem;height:1rem;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232563eb'><path d='M20.285 6.709a1 1 0 0 0-1.414-1.418l-9.192 9.203-4.243-4.243a1 1 0 0 0-1.414 1.414l5 5a1 1 0 0 0 1.414 0l10-10z'/></svg>");background-size:contain;background-repeat:no-repeat}.content-page ol{--dot: 2rem ;--stroke: 2px ;--gap: 2rem ;position:relative;list-style:none;margin-block:2rem;padding:0;counter-reset:step}.content-page ol:before{content:"";position:absolute;left:calc(var(--dot) / 2 - var(--stroke) / 2);top:0;bottom:0;width:var(--stroke);background:#3b82f6;z-index:0}.content-page ol li{position:relative;display:flex;align-items:center;gap:1rem;margin:0 0 var(--gap) 0;counter-increment:step;z-index:1}.content-page ol li:before{content:counter(step);flex:0 0 var(--dot);width:var(--dot);height:var(--dot);border:var(--stroke) solid #3b82f6;border-radius:50%;background:white;color:#3b82f6;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:1}.content-page ol li:first-child:after,.content-page ol li:last-child:after{content:"";position:absolute;left:calc(var(--dot) / 2 - var(--stroke) / 2);width:var(--stroke);background:white}.content-page ol li:first-child:after{bottom:calc(50% + var(--dot) / 2);top:calc(var(--gap) * -1)}.content-page ol li:last-child:after{top:calc(50% + var(--dot) / 2);bottom:calc(var(--gap) * -1)}@media (max-width: 480px){.content-page ol{--dot: 1.75rem;--gap: 1.25rem}}
