.tpc-light-gallery{--tpc-gallery-transition:180ms;--tpc-gallery-dot-size:10px;position:relative;margin:0 0 28px}.tpc-light-gallery *{box-sizing:border-box}.tpc-light-gallery__viewport{position:relative;overflow:hidden;background:#f3f3f3;border-radius:10px;touch-action:pan-y}.tpc-light-gallery__figure{position:relative;margin:0}.tpc-light-gallery__main-img{display:block;width:100%;height:auto;max-width:100%;transition:opacity var(--tpc-gallery-transition) ease}.tpc-light-gallery.is-changing .tpc-light-gallery__main-img{opacity:.25}.tpc-light-gallery--fixed-ratio .tpc-light-gallery__viewport{aspect-ratio:var(--tpc-gallery-ratio)}.tpc-light-gallery--fixed-ratio .tpc-light-gallery__figure,.tpc-light-gallery--fixed-ratio .tpc-light-gallery__main-img{width:100%;height:100%}.tpc-light-gallery--fixed-ratio .tpc-light-gallery__main-img{object-fit:cover}.tpc-light-gallery__caption{position:absolute;left:0;right:0;bottom:0;padding:10px 14px;background:linear-gradient(transparent,rgb(0 0 0 / .72));color:#fff;font-size:14px;line-height:1.35}.tpc-light-gallery__arrow,.tpc-light-gallery__pause,.tpc-light-gallery__dot,.tpc-light-gallery__thumb{appearance:none;-webkit-appearance:none;font:inherit;cursor:pointer}.tpc-light-gallery__arrow{position:absolute;top:50%;z-index:3;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:999px;padding:0;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0 / .58)!important;color:#fff!important;font-size:24px;font-weight:700;line-height:1}.tpc-light-gallery__arrow:hover,.tpc-light-gallery__arrow:focus-visible{background:rgb(0 0 0 / .76)!important;color:#fff!important}.tpc-light-gallery__arrow--prev{left:12px}.tpc-light-gallery__arrow--next{right:12px}.tpc-light-gallery__dots{position:absolute;left:50%;bottom:14px;z-index:4;transform:translateX(-50%);display:flex;align-items:center;justify-content:flex-start;gap:8px;width:max-content;max-width:calc(100% - 28px);overflow:hidden;scrollbar-width:none;padding:6px 8px;border-radius:999px;background:rgb(0 0 0 / .22)}.tpc-light-gallery__dots::-webkit-scrollbar{display:none}.tpc-light-gallery__dot{flex:0 0 var(--tpc-gallery-dot-size);width:var(--tpc-gallery-dot-size);height:var(--tpc-gallery-dot-size);border:1px solid rgb(255 255 255 / .9);border-radius:999px;padding:0;background:rgb(255 255 255 / .45)}.tpc-light-gallery__dot[aria-current="true"]{background:#fff;transform:scale(1.18)}.tpc-light-gallery__dot.is-far-current{opacity:.45;transform:scale(.75)}.tpc-light-gallery__dot.is-far-current[aria-current="true"]{opacity:1;transform:scale(1.18)}.tpc-light-gallery__pause{position:absolute;right:12px;bottom:12px;z-index:5;border:0;border-radius:999px;padding:6px 10px;background:rgb(0 0 0 / .58)!important;color:#fff!important;font-size:12px;line-height:1}.tpc-light-gallery__pause:hover,.tpc-light-gallery__pause:focus-visible{background:rgb(0 0 0 / .76)!important;color:#fff!important}.tpc-light-gallery__thumbs{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:12px 2px 4px}.tpc-light-gallery__thumb{flex:0 0 92px;width:92px;aspect-ratio:1 / 1;border:2px solid #fff0;border-radius:8px;padding:0;overflow:hidden;background:#f3f3f3;scroll-snap-align:start;opacity:.72}.tpc-light-gallery__thumb[aria-current="true"]{border-color:currentColor;opacity:1}.tpc-light-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.tpc-light-gallery--hero{margin-bottom:0}.tpc-light-gallery--hero .tpc-light-gallery__viewport{border-radius:0}.tpc-light-gallery--hero .tpc-light-gallery__dots{bottom:18px}@media (max-width:768px){.tpc-light-gallery{--tpc-gallery-dot-size:9px}.tpc-light-gallery__arrow{width:34px;height:34px;font-size:18px}.tpc-light-gallery__arrow--prev{left:8px}.tpc-light-gallery__arrow--next{right:8px}.tpc-light-gallery__thumb{flex-basis:74px;width:74px}.tpc-light-gallery__pause{font-size:11px}}@media (prefers-reduced-motion:reduce){.tpc-light-gallery__main-img{transition:none}}