.hatch-cards{--hatch-accent:#2d7e3e;--hatch-card-bg:#fff;--hatch-card-border:#e6e8e6;--hatch-circle-bg:#eef4ee;--gap:24px;--per-view:1;position:relative}.hatch-cards,.hatch-cards *,.hatch-cards :after,.hatch-cards :before{box-sizing:border-box}@media (min-width:600px){.hatch-cards{--per-view:2}}@media (min-width:900px){.hatch-cards{--per-view:3}}@media (min-width:1200px){.hatch-cards{--per-view:var(--per-view-xl,3)}}.hatch-cards__track{display:flex!important;flex-flow:row nowrap!important;gap:var(--gap);list-style:none;margin:0;overflow-x:auto;padding:6px 2px 8px;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.hatch-cards__track::-webkit-scrollbar{display:none}.hatch-card{background:var(--hatch-card-bg);border:1px solid var(--hatch-card-border);border-radius:4px;box-shadow:0 1px 2px rgba(20,40,25,.04);display:flex;flex:0 0 calc((100% - (var(--per-view) - 1)*var(--gap))/var(--per-view));flex-direction:column;padding:32px 28px;scroll-snap-align:start;transition:box-shadow .2s ease,transform .2s ease}.hatch-card:hover{box-shadow:0 12px 28px rgba(20,40,25,.1);transform:translateY(-2px)}.hatch-cards.is-static .hatch-cards__track{justify-content:center}.hatch-card__media--image{align-items:center;display:flex;height:72px;justify-content:center;margin-bottom:20px}.hatch-card__media--image img{display:block;height:auto!important;max-height:100%;max-width:100%;width:auto!important}.hatch-card__media--icon{display:flex;justify-content:center;margin-bottom:22px}.hatch-card__icon-wrap{align-items:center;display:inline-flex;justify-content:center}.hatch-card__icon-wrap.has-circle{background:var(--circle-bg,var(--hatch-circle-bg));border-radius:50%;height:100px;width:100px}.hatch-card__icon{background-color:var(--icon-color,var(--hatch-accent));display:block;height:72px;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:72px}.hatch-card__content{margin-bottom:22px}.hatch-card__content>:first-child{margin-top:0}.hatch-card__content>:last-child{margin-bottom:0}.hatch-card__body{display:flex;flex:1 1 auto;flex-direction:column}.hatch-card__link{align-self:flex-start;color:var(--hatch-accent);font-weight:700;margin-top:auto;text-decoration:underline;text-underline-offset:3px}.hatch-cards__controls{align-items:center;display:flex;gap:16px;justify-content:center;margin-top:28px}.hatch-cards__controls[hidden]{display:none}.hatch-cards__arrow{align-items:center;background:#fff;border:1.5px solid var(--hatch-accent);border-radius:50%;color:var(--hatch-accent);cursor:pointer;display:inline-flex;height:42px;justify-content:center;padding:0;transition:background .18s ease,color .18s ease,opacity .18s ease;width:42px}.hatch-cards__arrow svg{height:20px;width:20px}.hatch-cards__arrow:hover{background:var(--hatch-accent);color:#fff}.hatch-cards__arrow:focus-visible{outline:2px solid var(--hatch-accent);outline-offset:2px}.hatch-cards__dots{align-items:center;display:flex;gap:9px}.hatch-cards__dot{background:#cdd6cd;border:0;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:background .18s ease,transform .18s ease;width:10px}.hatch-cards__dot:hover{background:#a9b7a9}.hatch-cards__dot.is-active{background:var(--hatch-accent);transform:scale(1.15)}.hatch-cards__dot:focus-visible{outline:2px solid var(--hatch-accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.hatch-cards__track{scroll-behavior:auto}.hatch-card{transition:none}}