.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-columns{max-width:100%;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--bde-column-gap)}.breakdance .bde-column{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;align-items:flex-start;width:calc(var(--column-width) - var(--bde-column-gap) * ((var(--columnCount) - 1) / var(--columnCount)));position:relative;background-size:cover}.breakdance .bde-heading{max-width:100%;margin:0}.breakdance .bde-text{max-width:100%;margin:0;color:var(--bde-text-color,var(--bde-body-text-color))}.breakdance .bde-button{max-width:100%}.breakdance .bde-div{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:100%;position:relative;background-size:cover}.breakdance .bde-globalblock{max-width:100%;width:100%}.bde-globalblock .breakdance{background-color:initial;color:initial}%%SELECTOR%%{display:flex;flex-direction:column;width:100%;gap:20px;box-sizing:border-box}%%SELECTOR%% .story-tabs-header{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;width:100%}%%SELECTOR%% .story-tabs-nav{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;flex:1;gap:10px;align-items:stretch;width:100%;outline:1px dashed red}%%SELECTOR%% .story-tab-trigger{position:relative;flex:1;display:flex;flex-direction:column;justify-content:center;padding:15px;background:#F3F4F6;border-radius:8px;cursor:pointer;overflow:hidden;transition:background 0.3s ease;min-height:60px}%%SELECTOR%% .story-tab-trigger:hover{background:#E5E7EB}%%SELECTOR%% .story-tab-trigger.is-active{background:#FFF;position:relative;border:2px solid transparent;background-clip:padding-box;border-radius:8px}%%SELECTOR%% .story-tab-trigger.is-active::before{content:"";position:absolute;top:-2px;bottom:-2px;left:-2px;right:-2px;background:linear-gradient(to right,#6E37D3,#00858D);z-index:-1;border-radius:9px}%%SELECTOR%% .tab-text{position:relative;z-index:2;font-weight:500;color:#4B5563;font-size:0.95em;text-align:left}%%SELECTOR%% .story-tab-trigger.is-active .tab-text{color:#111827;font-weight:600}%%SELECTOR%% .story-progress-bg{position:absolute;top:0;left:0;width:100%;height:4px;background:rgba(0,0,0,0.05);z-index:1}%%SELECTOR%% .story-progress-bar{height:100%;width:0%;background:#008080;border-radius:0 2px 2px 0}%%SELECTOR%% .story-control-btn{background:rgba(255,255,255,0.8);backdrop-filter:blur(4px);border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#111827;position:absolute;top:20px;left:20px;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,0.1)}%%SELECTOR%% .story-control-btn:hover{background:#FFF;transform:scale(1.05)}%%SELECTOR%% .story-tabs-content-area{width:100%;position:relative}@media (max-width:600px){%%SELECTOR%% .story-tabs-nav{flex-wrap:wrap}}%%SELECTOR%%,.story-tab-panel{display:none!important;width:100%;opacity:0;transition:opacity 0.5s ease}%%SELECTOR%%.is-active,.story-tab-panel.is-active{display:block!important;opacity:1;animation:fadeInPanel 0.8s ease forwards}@keyframes fadeInPanel{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.horizontal-accordion{display:flex;width:100%;gap:16px;align-items:stretch}.accordion-item{position:relative;flex:1;background-color:transparent;border:1px solid #034A4F;border-radius:12px;overflow:hidden;cursor:pointer;transition:flex 0.5s ease,background-color 0.3s ease,border-color 0.3s ease;display:flex;flex-direction:column;padding:30px}.accordion-item:hover,.accordion-item.is-active{flex:3;background-color:#034A4F;border-color:#034A4F}.accordion-item .content-wrapper{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:50px}.card-title{font-size:var(--fs-body,18px);font-weight:600;line-height:1.2;margin:0;color:#131313;transition:color 0.3s ease}.card-desc{font-size:var(--fs-16,16px);font-weight:500;color:#131313;max-height:0;opacity:0;margin-top:0;overflow:hidden;transition:max-height 0.5s ease,opacity 0.4s ease 0.2s,margin-top 0.4s ease,color 0.3s ease}.accordion-item:hover .card-title,.accordion-item.is-active .card-title{color:#fff}.accordion-item:hover .card-desc,.accordion-item.is-active .card-desc{color:#fff;opacity:1;max-height:300px;margin-top:var(--t-space-xs)}@media (max-width:767px){.horizontal-accordion{flex-direction:column}.accordion-item:hover,.accordion-item.is-active{flex:1}.accordion-item .content-wrapper{min-width:auto;width:100%}.card-desc{opacity:1;max-height:none;margin-top:16px}}