.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}.breakdance .bde-text-link{display:flex}.breakdance .bde-text-link>*{margin:0;color:currentColor}.breakdance .bde-text{max-width:100%;margin:0;color:var(--bde-text-color,var(--bde-body-text-color))}.bde-download-btn{display:flex;flex-direction:column;align-items:flex-start}.bde-download-btn .bdsd-btn{display:inline-flex;align-items:center;gap:8px;padding:var(--bde-button-padding-base,14px 24px);background:var(--bde-button-primary-background-color,var(--bde-brand-primary-color,#3b82f6));color:var(--bde-button-primary-text-color,#fff);text-decoration:none;font-size:var(--bde-button-font-size,var(--bde-body-font-size,16px));font-weight:var(--bde-button-font-weight,500);line-height:var(--bde-button-line-height,1);cursor:pointer;transition:background var(--bde-transition-duration,300ms) ease,color var(--bde-transition-duration,300ms) ease,border-color var(--bde-transition-duration,300ms) ease;border:var(--bde-button-border-width,1px) solid var(--bde-button-primary-border-color,transparent);border-radius:var(--bde-button-border-radius,3px)}.bde-download-btn .bdsd-btn:hover{background:var(--bde-button-primary-background-color-hover,var(--bde-brand-primary-color-hover,var(--bde-brand-primary-color,#2563eb)));color:var(--bde-button-primary-text-color-hover,#fff);border-color:var(--bde-button-primary-border-color-hover,transparent)}.bde-download-btn .bdsd-btn--empty{opacity:0.5;cursor:default}.bde-download-btn .bdsd-btn--disabled{opacity:0.7}.bde-download-btn button.bdsd-btn{font:inherit}.bde-download-btn .bdsd-icon{display:flex;flex-shrink:0;width:1em;height:1em}.bde-download-btn .bdsd-icon>svg{width:100%;height:100%;stroke:currentColor}.bde-download-btn .bdsd-file-info{display:block;margin-top:6px;font-size:0.85em;color:var(--bde-body-text-color);opacity:0.7}.bde-download-btn .bdsd-spinner{display:none;flex-shrink:0;width:1em;height:1em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:bdsd-spin 0.7s linear infinite}.bde-download-btn .bdsd-btn--loading .bdsd-icon{display:none}.bde-download-btn .bdsd-btn--loading .bdsd-spinner{display:inline-block}.bde-download-btn .bdsd-btn--loading,.bde-download-btn .bdsd-btn--downloaded,.bde-download-btn .bdsd-btn--copied{pointer-events:none}@keyframes bdsd-spin{to{transform:rotate(360deg)}}.breakdance .bde-button{max-width:100%}.breakdance .bde-code-block{max-width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left}