@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Inter:wght@400;500;600;700;800&display=swap);:root{--hgw-vd:#2D5016;--hgw-vm:#4A7C23;--hgw-vc:#6BA832;--hgw-va:#E8F5D6;--hgw-ac:#D46B1A;--hgw-t:#1A1A1A;--hgw-ts:#555555;--hgw-b:#E2E2E2;--hgw-f:#F7F9F4;--hgw-w:#FFFFFF;--hgw-r:12px;--hgw-rs:8px;--hgw-font-display:'Playfair Display', Georgia, serif;--hgw-font-body:'Inter', -apple-system, sans-serif}.hgw-carousel{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;padding-bottom:8px}.hgw-carousel::-webkit-scrollbar{display:none}.hgw-carousel>*{flex:0 0 92vw;min-width:92vw;scroll-snap-align:start}.hgw-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.hgw-dot{width:8px;height:8px;border-radius:50%;background:var(--hgw-b);transition:background 0.3s,transform 0.3s;cursor:pointer}.hgw-dot.on{background:var(--hgw-vm);transform:scale(1.35)}@media(min-width:769px){.hgw-carousel{display:contents}.hgw-carousel>*{flex:unset;min-width:unset}.hgw-dots{display:none}}