.hs-gallery-wrapper{box-sizing:border-box;overflow:hidden;padding:4rem 2rem;width:100%}.hs-gallery__header{margin-bottom:2.5rem;text-align:center}.hs-gallery__eyebrow{color:#1a1a1a;font-size:.85rem;font-weight:700;letter-spacing:.02em;margin:0 0 .4rem}.hs-gallery__title{color:#1a1a1a;font-size:2.25rem;font-weight:800;margin:0 0 1rem}.hs-gallery__subtitle{color:#444;font-size:1rem;line-height:1.6;margin:0 auto;max-width:600px}.hs-gallery__labels{box-sizing:border-box;display:flex;justify-content:space-around;margin:0 auto;max-width:960px;padding-bottom:1rem}.hs-gallery__label{color:#1a1a1a;flex:1;font-size:1rem;font-weight:600;text-align:center}.hs-gallery__carousel{align-items:center;display:flex;margin:0 auto;max-width:960px;position:relative}.hs-gallery__track-wrapper{overflow:hidden;width:100%}.hs-gallery__track{display:flex;transition:transform .4s ease}.hs-gallery__slide{box-sizing:border-box;display:flex;flex:0 0 100%;gap:1.5rem;width:100%}.hs-gallery__image{background:#e0e0e0;flex:1;overflow:hidden}.hs-gallery__image img{display:block;height:400px;object-fit:cover;width:100%}.hs-gallery__placeholder{align-items:center;background:#e0e0e0;display:flex;height:400px;justify-content:center;width:100%}.hs-gallery__placeholder:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 64'%3E%3Cpath fill='%23ccc' d='M0 0h80v64H0z'/%3E%3Ccircle cx='30' cy='22' r='8' fill='%23aaa'/%3E%3Cpath fill='%23bbb' d='m0 64 30-32 20 20 12-14 18 26z'/%3E%3C/svg%3E") 50%/contain no-repeat;content:"";display:block;height:64px;width:80px}.hs-gallery__arrow{align-items:center;background:#fff;border:1.5px solid #1f6a50;border-radius:50%;color:#1f6a50;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s ease,color .2s ease;width:40px;z-index:2}.hs-gallery__arrow:hover{background:#1f6a50;color:#fff}.hs-gallery__arrow svg{height:18px;stroke:currentColor;width:18px}.hs-gallery__arrow--prev{left:-20px}.hs-gallery__arrow--next{right:-20px}.hs-gallery__dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.hs-gallery__dot{background:#ccc;border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:background .2s ease;width:10px}.hs-gallery__dot--active{background:#000}@media screen and (max-width:767px){.hs-gallery__slide{flex-direction:column;gap:1rem}.hs-gallery__image img,.hs-gallery__placeholder{height:250px}.hs-gallery__arrow--prev{left:-10px}.hs-gallery__arrow--next{right:-10px}.hs-gallery__title{font-size:1.75rem}}