#single-expert{position:relative;z-index:1}#single-expert .single-expert__info{display:flex;justify-content:flex-start;overflow:hidden;position:relative}#single-expert .single-expert__info__img{width:100%;height:100%;aspect-ratio:1;object-fit:cover;object-position:center top;border-radius:var(--border-r--12);max-height:600px}#single-expert .single-expert__info__usp{background:#fff;width:fit-content;max-width:calc(100% - 2 * (var(--sp-8-16)));border-radius:6px;padding:4px 8px;display:flex;align-items:center;position:absolute;top:var(--sp-8-16);left:var(--sp-8-16)}#single-expert .single-expert__info__box{background:#fff;width:fit-content;border-radius:6px;padding:var(--sp-8-16) var(--sp-12-24);display:flex;flex-direction:column;max-width:calc(100% - 2 * (var(--sp-8-16)));gap:8px;position:absolute;bottom:var(--sp-8-16);left:var(--sp-8-16)}#single-expert .single-expert__nav-bar{width:100%;display:flex;flex-direction:column;align-items:center;overflow-x:scroll;padding-bottom:6px}#single-expert .single-expert__nav{display:flex;flex-direction:row;gap:12px;margin-left:auto;margin-right:auto}#single-expert .single-expert__nav__link{display:flex;min-width:64px;width:64px;height:64px;border-radius:50%;overflow:hidden;transition:border-color 0.3s ease;padding:2px;position:relative}#single-expert .single-expert__nav__link img{object-fit:cover;width:100%;height:100%;border-radius:50%;border:2px solid var(--color-body-bg)}#single-expert .single-expert__nav__link:before{content:"";position:absolute;inset:-3px;border-radius:50%;background:conic-gradient(from 0deg, #d4b27f, #1e1e1e, #d4b27f);z-index:-1;opacity:0;animation:expert-ring-spin 2.5s linear infinite}#single-expert .single-expert__nav__link:after{content:"";position:absolute;inset:-3px;background:var(--color-bg--medium);border-radius:50%;z-index:-2}#single-expert .single-expert__nav__link:hover:before,#single-expert .single-expert__nav__link.--current:before{opacity:1}@keyframes expert-ring-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#single-expert .single-expert__decor{border-radius:50%;background:var(--color-primary);filter:blur(125px);position:absolute;top:-10%;right:-5%;width:100%;height:auto;aspect-ratio:1;max-width:600px;z-index:-1}