.cst-hotspot{--hs_buttonRadius:24px;--hs_buttonMargin:6px}.cst-hotspot>.container{transform:scale(1)}.cst-hotspot:has(.hotspot-box.visible) .hotspot-image,.cst-hotspot:has(.hotspot:hover) .hotspot-image{filter:blur(5px)}.cst-hotspot:has(.hotspot-box.visible) .hotspot:hover .hotspot-circle,.cst-hotspot:has(.hotspot:hover) .hotspot:hover .hotspot-circle{visibility:visible}.cst-hotspot:has(.hotspot-box.visible) .hotspot .hotspot-circle,.cst-hotspot:has(.hotspot:hover) .hotspot .hotspot-circle{visibility:hidden}.cst-hotspot:has(.hotspot-box.visible) .hotspot .hotspot-circle:has(+.hotspot-box.visible),.cst-hotspot:has(.hotspot:hover) .hotspot .hotspot-circle:has(+.hotspot-box.visible){visibility:visible}.cst-hotspot .hotspot-container{position:relative;width:-moz-fit-content;width:fit-content}.cst-hotspot .hotspot-container .hotspot-image{transition:filter .5s}.cst-hotspot .hotspot-container .hotspot:hover .hotspot-box{display:block}.cst-hotspot .hotspot-container .hotspot .hotspot-circle{border-radius:50px;cursor:pointer;height:var(--hs_buttonRadius);transition:all .3s ease;width:var(--hs_buttonRadius)}.cst-hotspot .hotspot-container .hotspot .hotspot-circle.skin_1:after,.cst-hotspot .hotspot-container .hotspot .hotspot-circle.skin_1:before,.cst-hotspot .hotspot-container .hotspot .hotspot-circle.skin_2:after,.cst-hotspot .hotspot-container .hotspot .hotspot-circle.skin_2:before{background:#fff;content:"";cursor:pointer;display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.cst-hotspot .hotspot-container .hotspot .hotspot-circle.skin_1:before,.cst-hotspot .hotspot-container .hotspot .hotspot-circle.skin_2:before{height:2px;width:40%}.cst-hotspot .hotspot-container .hotspot .hotspot-circle.skin_1:after,.cst-hotspot .hotspot-container .hotspot .hotspot-circle.skin_2:after{height:40%;width:2px}.cst-hotspot .hotspot-container .hotspot .hotspot-circle.skin_1{background-color:var(--primary)}.cst-hotspot .hotspot-container .hotspot .hotspot-circle.skin_2{background-color:var(--secondary)}.cst-hotspot .hotspot-container .hotspot .hotspot-circle span{display:none}.cst-hotspot .hotspot-container .hotspot .hotspot-box{display:none;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:2}.cst-hotspot .hotspot-container .hotspot .hotspot-box.visible{display:block}.cst-hotspot .hotspot-container .hotspot .hotspot-box .hotspot-body{background:transparent;color:#fff;display:grid;font-size:90%;gap:10px;grid-template-areas:"image" "title" "description" "button";grid-template-columns:1fr;grid-template-rows:repeat(4,auto);padding:12px;width:85vw}@media (min-width:992px){.cst-hotspot .hotspot-container .hotspot .hotspot-box .hotspot-body{align-items:center;grid-template-areas:"image title" "image description" "image button";grid-template-columns:200px 1fr;grid-template-rows:repeat(3,auto);width:500px}}.cst-hotspot .hotspot-container .hotspot .hotspot-box .hotspot-body>img{grid-area:image;max-width:100%}.cst-hotspot .hotspot-container .hotspot .hotspot-box .hotspot-body>h3{grid-area:title}.cst-hotspot .hotspot-container .hotspot .hotspot-box .hotspot-body>div{grid-area:description}.cst-hotspot .hotspot-container .hotspot .hotspot-box .hotspot-body>div>p{margin-bottom:0}.cst-hotspot .hotspot-container .hotspot .hotspot-box .hotspot-body>a{grid-area:button}