.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-heading{max-width:100%;margin: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-button{max-width:100%}.breakdance .bde-text{max-width:100%;margin:0;color:var(--bde-text-color,var(--bde-body-text-color))}.eh-marquee-container{display:flex;width:100%;overflow:clip}.eh-marquee-container__track{display:flex;flex-direction:inherit;height:100%;gap:var(--gap);flex:none}.eh-marquee-container[data-layout="row"] .eh-marquee-container__track{width:max-content;padding-right:var(--gap)}.eh-marquee-container[data-layout="column"] .eh-marquee-container__track{height:max-content;padding-bottom:var(--gap)}.eh-marquee-container[data-layout="column"][data-fade-edges="true"],.eh-marquee-container[data-layout="column"][data-fade-edges="1"]{mask-image:linear-gradient(to bottom,transparent,black var(--fadeout-size,50px),black calc(100% - var(--fadeout-size, 50px)),transparent)}.eh-marquee-container[data-layout="row"][data-fade-edges="true"],.eh-marquee-container[data-layout="row"][data-fade-edges="1"]{mask-image:linear-gradient(to right,transparent,black var(--fadeout-size,50px),black calc(100% - var(--fadeout-size, 50px)),transparent)}.eh-marquee-container[data-layout="column"]{width:max-content}.breakdance .bde-grid{--bde-grid-gap:var(--bde-column-gap);display:grid;grid-template-columns:repeat(var(--bde-grid-items-per-row,4),minmax(0,1fr));gap:var(--bde-grid-gap);text-align:left;max-width:100%;width:100%;position:relative;background-size:cover;align-items:var(--bde-grid-align-items,stretch);justify-items:var(--bde-grid-justify-items,stretch)}.breakdance .bde-icon{display:flex}