.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-content-toggle{width:100%;max-width:100%;--switchWidth:60px;--switchHeight:30px;--toggleSize:30px;--switchPadding:6px;--switchBorderRadius:9999px}.breakdance .bde-content-toggle__switcher{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:36px;gap:20px}.breakdance .bde-content-toggle__text{cursor:pointer;font-weight:500;color:var(--grey-400)}.breakdance .bde-content-toggle__text.is-active{cursor:pointer;color:var(--bde-headings-color)}.breakdance .bde-content-toggle__switch{position:relative;display:inline-block;width:calc(var(--switchWidth) + 2 * var(--switchPadding));height:calc(var(--switchHeight) + 2 * var(--switchPadding))}.breakdance .bde-content-toggle__switch input{opacity:0;width:0;height:0}.breakdance .bde-content-toggle__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--bde-brand-primary-color);transition:var(--bde-transition-duration);border-radius:var(--switchBorderRadius)}.breakdance .bde-content-toggle__slider:before{border-radius:var(--switchBorderRadius)}.breakdance .bde-content-toggle__slider:before{position:absolute;content:"";width:var(--toggleSize);height:var(--toggleSize);top:50%;transform:translateY(-50%);left:var(--switchPadding);background-color:#fff;transition:var(--bde-transition-duration)}.breakdance .bde-content-toggle input:checked + .bde-content-toggle__slider:before{transform:translateY(-50%) translateX(calc(var(--switchWidth) - var(--toggleSize)))}.breakdance .bde-content-toggle input:checked + .bde-content-toggle__slider:before{background-color:#fff}.breakdance .bde-content-toggle input:checked + .bde-content-toggle__slider{background-color:var(--bde-brand-primary-color)}.breakdance .bde-content-toggle .bde-content-toggle-content{display:none}.breakdance .bde-content-toggle .bde-content-toggle-content.is-active{display:flex;display:flex}@keyframes breakdance-content-toggle-fade{0%{opacity:0}100%{opacity:1}}.breakdance .bde-content-toggle-content{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;align-items:flex-start}.breakdance .essential-elements-content-toggle-content:empty{min-height:80px}.breakdance .bde-rich-text{max-width:100%;color:var(--bde-text-color,var(--bde-body-text-color))}.breakdance .bde-rich-text>:last-child li:last-child>p{margin-bottom:0}.breakdance .bde-rich-text img.aligncenter{display:block;margin:auto}.breakdance .bde-rich-text img.alignleft{float:left}.breakdance .bde-rich-text img.alignright{float:right}