.section-dots{position:fixed;right:24px;bottom:24px;z-index:9999;display:flex;flex-direction:column;gap:12px}.section-dot{position:relative;width:11px;height:11px;border-radius:50%;background:var(--bs-secondary);opacity:.6;transform:scale(1);border:none;padding:0;cursor:pointer;transition:transform .25s ease,opacity .25s ease,background-color .25s ease;box-shadow:0 0 50px 2px var(--bs-primary)}.section-dot::before{content:"";position:absolute;inset:-3px;border-radius:50%;background:#fff0;pointer-events:auto}.section-dot:hover{opacity:.9}.section-dot.active{background:var(--bs-primary);opacity:1;transform:scale(1.4);@media only screen and (max-width:992px){transform:scale(1)}}@media only screen and (max-width:992px){.section-dots{right:8px;bottom:160px;gap:8px}}.section-dots--hidden{visibility:hidden;opacity:0;pointer-events:none}.section-dots{transition:opacity .15s linear}
