.imagehotspots{--orange:#f56400;--blue_light:#00aae1;--blue_dark:#00477e;--white:#fff;--black:#000;--black_30:rgba(0,0,0,.3);--black_50:rgba(0,0,0,.5);align-items:center;display:grid;gap:20px;grid-template-columns:2fr 1fr}@media screen and (max-width:800px){.imagehotspots{grid-template-columns:1fr}}.imagehotspots .imagehotspots__column{position:relative}.imagehotspots .imagehotspots__column--small{overflow:auto}@media screen and (min-width:801px){.imagehotspots .imagehotspots__column--small{height:var(--height)}.imagehotspots .imagehotspots__column--small:after{background:linear-gradient(0deg,#fff,#fff3);bottom:0;content:"";display:block;height:96px;left:0;position:sticky;width:100%}}.imagehotspots .imagehotspots__image{height:auto;overflow:hidden;position:relative;width:100%}.imagehotspots .imagehotspots__image img{transform:scale(1);transform-origin:var(--transOrgX) var(--transOrgY);transition:transform .35s ease-in-out}.imagehotspots .imagehotspots__image img.is-zoomed{transform:scale(1.35)}.imagehotspots .imagehotspots__hotspots{height:100%;left:0;position:absolute;top:0;width:100%}.imagehotspots .imagehotspots__hotspots .imagehotspots__hotspot{align-items:center;background-color:var(--blue_light);border-radius:100%;cursor:pointer;display:flex;height:40px;justify-content:center;opacity:.35;position:absolute;transform:translate(-50%,-50%);transition:opacity .35s ease,background-color .35s ease;width:40px}@media screen and (max-width:800px){.imagehotspots .imagehotspots__hotspots .imagehotspots__hotspot{height:30px;width:30px}}.imagehotspots .imagehotspots__hotspots .imagehotspots__hotspot .imagehotspots__hotspot-number{color:var(--white);font-size:18px;line-height:24px;transform:translateY(2px)}@media screen and (max-width:800px){.imagehotspots .imagehotspots__hotspots .imagehotspots__hotspot .imagehotspots__hotspot-number{font-size:12px;line-height:100%;transform:translateY(1px)}}.imagehotspots .imagehotspots__hotspots .imagehotspots__hotspot:after{border:1px solid var(--blue_light);border-radius:100%;content:"";height:calc(100% + 8px);left:-4px;position:absolute;top:-4px;transition:border-color .35s ease;width:calc(100% + 8px)}.imagehotspots .imagehotspots__hotspots .imagehotspots__hotspot.is-active{background-color:var(--orange);opacity:1}.imagehotspots .imagehotspots__hotspots .imagehotspots__hotspot.is-active:after{border-color:var(--orange)}.imagehotspots .imagehotspots__hotspots .imagehotspots__hotspot.is-initial{opacity:1}.imagehotspots .imagehotspots__hotspots .imagehotspots__hotspot-popup{background:#fff;border-radius:5px;box-shadow:0 5px 15px #0003;color:#000;padding:15px;position:absolute;width:250px;z-index:10}.imagehotspots .imagehotspots__hotspots .imagehotspots__hotspot-popup-title{font-weight:700;margin-bottom:10px}.imagehotspots .imagehotspots__hotspots .imagehotspots__hotspot-popup-content{font-size:14px}.toaster{bottom:0;left:0;position:fixed;transform:translateY(100%);transition:transform .35s var(--cb);z-index:20}.toaster.active{transform:translateY(0)}.toaster__bar-container{display:flex;justify-content:center;padding:24px 0;width:100%}.toaster__bar{background-color:#4a4a4a;border-radius:2px;height:4px;top:24px;width:30%}.toaster__drawer{background-color:var(--c-grey-247);border-radius:24px 24px 0 0;height:50dvh;padding:0 24px;width:100vw}.toaster__content{display:flex;flex-direction:column;gap:18px}.toaster__title{align-items:center;color:var(--c-secondary-dark);display:flex;font-size:24px;font-weight:700;gap:12px;line-height:28px}.toaster__number{align-items:center;background-color:var(--c-secondary-dark);border-radius:50%;color:var(--c-white);display:flex;font-size:12px;font-weight:400;height:28px;justify-content:center;width:28px}.toaster__writer{height:calc(30dvh + 14px);overflow-y:auto}.toaster__writer ol,.toaster__writer ul{padding:0 0 0 12px}.imagehotspots__list{list-style:none;margin:0;padding:0}@media screen and (max-width:800px){.imagehotspots__list{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:16px;justify-content:flex-start;overflow:auto;padding-bottom:20px;scroll-snap-type:x mandatory}.imagehotspots__list .imagehotspots__list-item{scroll-snap-align:start}}.imagehotspots__list .imagehotspots__list-item.is-active .imagehotspots__list-item-title{color:var(--orange)}.imagehotspots__list .imagehotspots__list-item.is-active .imagehotspots__list-item-title .imagehotspots__list-item-number{background-color:var(--orange)}.imagehotspots__list .imagehotspots__list-item .imagehotspots__list-item-title{align-items:center;color:var(--blue_light);cursor:pointer;display:flex;font-size:24px;gap:8px;line-height:28px;padding:10px 0;transition:color .35s ease}@media screen and (max-width:800px){.imagehotspots__list .imagehotspots__list-item .imagehotspots__list-item-title{align-items:flex-start}}.imagehotspots__list .imagehotspots__list-item .imagehotspots__list-item-title .imagehotspots__list-item-number{align-items:center;background-color:var(--blue_light);border-radius:50%;color:var(--c-white);display:flex;flex:0 0 auto;font-size:12px;font-weight:400;height:28px;justify-content:center;transition:background-color .35s var(--cb);width:28px}@media screen and (max-width:800px){.imagehotspots__list .imagehotspots__list-item .imagehotspots__list-item-title span{display:block;max-width:calc(100vw - 130px);width:-moz-max-content;width:max-content}}.imagehotspots__list .imagehotspots__list-item .imagehotspots__list-item-content{height:0;overflow:hidden;padding-left:36px;transition:height .35s ease-out}.imagehotspots__list .imagehotspots__list-item .imagehotspots__list-item-content ul{padding:0 0 0 12px}@keyframes pulse-ring{0%{transform:scale(.33)}80%,to{opacity:0}}@keyframes pulse-dot{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}
