.breakdance .bde-section{position:relative;width:100%;background-position:center center;background-size:cover}.breakdance .bde-section .section-container{max-width:var(--bde-section-width);background-size:cover;position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin:0 auto;padding:var(--bde-section-vertical-padding) var(--bde-section-horizontal-padding)}.breakdance .bde-section .section-shape-divider-wrapper{position:absolute;overflow:hidden;top:0;left:0;bottom:0;right:0;pointer-events:none}.breakdance .bde-section .section-shape-divider-wrapper .section-shape-divider svg{position:absolute;color:#000;width:100%;height:320px;left:0;right:0;top:0}.breakdance .bde-div{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:100%;position:relative;background-size:cover}.bde-breadcrumbs{display:flex;margin:0;padding:0;max-width:100%;list-style-type:none;align-items:center;justify-content:flex-start;text-align:left;flex-wrap:wrap;color:var(--bde-body-text-color)}.bde-breadcrumbs p{margin:0}.breakdance .bde-breadcrumbs a{font-weight:600;text-decoration:none;color:var(--bde-links-color)}.breakdance .bde-breadcrumbs a:hover{color:var(--bde-links-color-hover)}.bde-breadcrumbs .separator{color:var(--bde-body-text-color)}.bdh{--bdh-cover:96px;--bdh-gap:22px;--bdh-ink:#1c1c22;--bdh-ring-w:1.5px;--bdh-max:1440px;--bdh-ring:linear-gradient(45deg,#00b2e3,#0a2240,#559ef7);--bdh-ring-hover:linear-gradient(45deg,#0a2240,#559ef7,#00b2e3);--bdh-accent:#00b2e3;--bdh-radius:18px;--bdh-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-family:var(--bdh-font);display:block;width:100%;max-width:var(--bdh-max);margin-inline:auto;min-width:0}.bdh *{box-sizing:border-box}.bdh__rail{min-width:0;max-width:100%;display:flex;flex-wrap:nowrap;gap:var(--bdh-gap);overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;padding:6px 2px 14px;scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:grab}.bdh__rail::-webkit-scrollbar{display:none}.bdh__rail.bdh--grabbing{cursor:grabbing;scroll-behavior:auto;user-select:none}.bdh__rail.bdh--grabbing .bdh__item{pointer-events:none}.bdh__item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:9px;cursor:pointer;border:0;background:none;padding:0;width:calc(var(--bdh-cover) + 12px)}.bdh__ring{width:calc(var(--bdh-cover) + var(--bdh-ring-w)*4);height:calc(var(--bdh-cover) + var(--bdh-ring-w)*4);border-radius:50%;padding:var(--bdh-ring-w);background:var(--bdh-ring);display:grid;place-items:center;transition:transform .18s ease}.bdh__item:hover .bdh__ring,.bdh__item:focus-visible .bdh__ring{background:var(--bdh-ring-hover);transform:translateY(-2px) scale(1.03)}.bdh__cover{width:var(--bdh-cover);height:var(--bdh-cover);aspect-ratio:1/1;border-radius:50%;object-fit:cover;border:3px solid #fff;background:#eee;display:block;-webkit-user-drag:none;user-select:none}.bdh__title{font-size:13px;color:var(--bdh-ink);font-weight:500;max-width:calc(var(--bdh-cover) + 8px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;user-select:none}.bdh__item:focus-visible{outline:2px solid var(--bdh-accent);outline-offset:5px;border-radius:14px}.bdh__viewer{position:fixed;inset:0;z-index:99999;background:#0c0c0d;display:none;align-items:center;justify-content:center;touch-action:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.bdh__viewer[data-open="true"]{display:flex}.bdh__stage{position:relative;aspect-ratio:9/16;height:100dvh;max-height:100dvh;max-width:100vw;background:#000;overflow:hidden;display:flex;align-items:center;justify-content:center}@media(min-width:600px){.bdh__stage{height:92vh;max-height:92vh;border-radius:var(--bdh-radius);box-shadow:0 20px 60px rgba(0,0,0,.6)}}.bdh__media{width:100%;height:100%;object-fit:contain;background:#000;display:block}.bdh__media[data-fit="cover"]{object-fit:cover}.bdh__bars{position:absolute;top:10px;left:10px;right:10px;display:flex;gap:4px;z-index:5}.bdh__bar{flex:1;height:3px;border-radius:3px;background:rgba(255,255,255,.35);overflow:hidden}.bdh__bar>i{display:block;height:100%;width:0;background:#fff;border-radius:3px}.bdh__bar[data-state="done"]>i{width:100%}.bdh__bar[data-state="active"]>i{width:var(--bar-progress,0%)}.bdh__head{position:absolute;top:24px;left:12px;right:12px;z-index:5;display:flex;align-items:center;gap:10px;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5);pointer-events:none}.bdh__head .bdh__h-avatar{flex:0 0 auto;width:40px;height:40px;aspect-ratio:1/1;border-radius:50%;padding:2px;background:var(--bdh-ring);display:block;box-sizing:border-box}.bdh__head .bdh__h-avatar img{width:36px!important;height:36px!important;aspect-ratio:1/1!important;border-radius:50%;object-fit:cover!important;object-position:center!important;border:2px solid #0c0c0d;display:block;box-sizing:border-box;max-width:none!important}.bdh__head .bdh__h-name{font-size:14px;font-weight:600}.bdh__head .bdh__h-time{font-size:12px;opacity:.8}.bdh__close{margin-left:auto;pointer-events:auto;background:none;border:0;color:#fff;font-size:30px;line-height:1;cursor:pointer;padding:4px 8px;opacity:.9}.bdh__zone{position:absolute;top:0;bottom:0;width:35%;z-index:4;cursor:pointer}.bdh__zone--prev{left:0}.bdh__zone--next{right:0;width:65%}.bdh__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:40px;height:40px;border-radius:50%;border:0;cursor:pointer;background:rgba(255,255,255,.12);color:#fff;font-size:20px;display:none}@media(min-width:600px){.bdh__nav{display:grid;place-items:center}}.bdh__nav--prev{left:-56px}.bdh__nav--next{right:-56px}