.hotspot-slider{background:#f2f2f2}.hotspot-slider__grid{display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:40px;max-width:1440px;padding:0}.hotspot-slider__left{position:relative}.hotspot-slider__image{position:relative}.hotspot-slider__image img{width:100%;display:block;-o-object-fit:cover;object-fit:cover}.hotspot-slider .hotspot-btn{position:absolute;z-index:2;left:var(--x);top:var(--y);transform:translate(-50%, -50%);cursor:pointer;background:none;border:none}.hotspot-slider .hotspot-btn__dot{--s: var(--size, 16px);width:var(--s);height:var(--s);border-radius:999px;background:var(--dot, #FD7A29);position:relative;border:0;display:block}.hotspot-slider .hotspot-btn__dot::before,.hotspot-slider .hotspot-btn__dot::after{content:"";position:absolute;inset:-10px;border-radius:999px;background:rgba(0,0,0,0)}.hotspot-slider .hotspot-btn__dot::before{box-shadow:0 0 0 10px color-mix(in srgb, var(--ring, #FD7A29) calc(var(--ring-opacity, 0.35) * 100%), transparent);opacity:.7;animation:hs-pulse 1.8s infinite}.hotspot-slider .hotspot-btn__dot::after{box-shadow:0 0 0 20px color-mix(in srgb, var(--ring, #FD7A29) calc(var(--ring-opacity, 0.35) * 100% / 2), transparent);opacity:.5;animation:hs-pulse 1.8s .6s infinite}.hotspot-slider .hotspot-btn__label{position:absolute;top:50%;transform:translateY(-50%);background:var(--dot, #FD7A29);padding:8px 16px;font-size:12px;line-height:1.5;white-space:nowrap;font-family:"Bull5 Typewriter";text-transform:uppercase;color:var(--dark-primary);letter-spacing:0 !important}.hotspot-slider .hotspot-btn__label.hotspot-label--right{left:calc(100% + 16px)}.hotspot-slider .hotspot-btn__label.hotspot-label--left{right:calc(100% + 16px)}@keyframes hs-pulse{0%{transform:scale(0.7);opacity:.7}70%{opacity:.15}100%{transform:scale(1.6);opacity:0}}.hotspot-slider__right{position:relative}.hotspot-slider__slides{position:relative;max-width:65%;margin:0 auto}.hotspot-slider .hotspot-slide{display:none}.hotspot-slider .hotspot-slide.active{display:block}.hotspot-slider .hotspot-slide__image{aspect-ratio:4/5}.hotspot-slider .hotspot-slide__image img{width:100%;display:block;aspect-ratio:4/5}.hotspot-slider .hotspot-slide__content{padding:16px;color:#fff}.hotspot-slider .hotspot-slide__content h4{font-size:16px;margin-bottom:6px;letter-spacing:0;font-family:"Bull5 Typewriter";color:var(--dark-primary);text-transform:uppercase}.hotspot-slider .hotspot-slide__content p{font-size:14px;color:var(--dark-primary)}.hotspot-slider__nav{margin-top:12px;display:flex;justify-content:center;gap:16px;max-width:65%;margin:0 auto;margin-top:20px;justify-content:flex-start;line-height:150%}.hotspot-slider__nav button{background:none;border:none;cursor:pointer}@media(max-width: 768px){.hotspot-slider__grid{grid-template-columns:1fr}.hotspot-slider__right{display:none}.hotspot-slider .hotspot-btn__label{font-size:11px}}@media(max-width: 768px)and (max-width: 749.98px){.hotspot-slider .hotspot-btn__label{min-width:100px;max-width:150px;text-wrap-mode:wrap;padding:4px 9px}}@media(max-width: 768px){.hotspot-slider .hotspot-btn__dot{width:16px;height:16px}}@media(max-width: 768px){.hotspot-slider .hotspot-slide--mobile{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:100;display:none;flex-direction:column}.hotspot-slider .hotspot-slide--mobile.active{display:flex}.hotspot-slider .hotspot-slide--mobile img{width:100%}.hotspot-slider .hotspot-slide--mobile .hotspot-slide__content{background:var(--color);padding:20px;color:#000}}.hotspot-slide--mobile{position:fixed;inset:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9999;display:none;align-items:flex-end;justify-content:center}.hotspot-mobile__inner{width:100%;max-height:85vh;background:#fff;animation:slideUp .35s ease forwards;overflow-y:auto}@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0%)}}.hotspot-mobile__close{position:absolute;right:20px;top:12px;background:none;border:none;font-size:28px;cursor:pointer;z-index:20}.hotspot-mobile__image img{width:100%;display:block}.hotspot-mobile__content{padding:20px}.hotspot-mobile__content h4{font-family:"Bull5 Typewriter";margin-bottom:7px;color:var(--dark-primary);text-transform:uppercase;letter-spacing:0 !important}.hotspot-mobile__nav{display:flex;justify-content:flex-start;padding:20px;font-size:22px;gap:20px}.hotspot-mobile-prev,.hotspot-mobile-next{background:none;border:none;cursor:pointer}.hotspot-mobile__inner{opacity:0;transition:opacity .25s ease}.hotspot-mobile__inner.is-visible{opacity:1}