body:not(.mode--editor) [data-e-id=figure] [data-action-target]{cursor:pointer;pointer-events:none}[data-e-id=figure] .element-content{display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}[data-e-id=figure] .figure{width:100%;height:100%;pointer-events:all}[data-e-id=figure] .figure-save-proportion{width:100%;height:100%;padding-bottom:calc(var(--elementProportion, 1) * 100%)}[data-e-id=figure] .figure-square{border-radius:var(--figureTopLeftRadius,var(--borderRadius)) var(--figureTopRightRadius,var(--borderRadius)) var(--figureBottomRightRadius,var(--borderRadius)) var(--figureBottomLeftRadius,var(--borderRadius))!important}[data-e-id=figure] .figure-circle{border-radius:100%}[data-e-id=figure] .figure-svg{clip-path:var(--maskId)}[data-e-id=figure] .figure-custom .component-image__img{width:100%;height:100%}[data-e-id=figure] .figure-line{width:100%;height:var(--lineWidth)}[data-e-id=figure] .figure-line--solid{background:var(--color)}[data-e-id=figure] .figure-line--dotted{background-image:linear-gradient(90deg,var(--color),var(--color) 50%,transparent 0,transparent);background-size:var(--bgDottedWidth) 100%}[data-e-id=figure] .figure-line--dashed{background-image:linear-gradient(90deg,var(--color),var(--color) 75%,transparent 0,transparent);background-size:var(--bgDashedWidth) 100%}[data-e-id=figure] .figure-line--wave{height:var(--lineWaveHeight);background-size:var(--lineWaveWidth) 100%;background-image:var(--lineWaveImg);background-repeat:repeat}[data-e-id=figure] .figure-line--arrow{background-color:var(--color);position:absolute;top:50%;left:0;transform:translateY(-50%)}[data-e-id=figure] .figure-arrow--default{width:calc(100% - var(--marginLine))}[data-e-id=figure] .figure-arrow--fill{width:calc(100% - var(--arrowWidth))}[data-e-id=figure] .figure-arrowhead{position:relative;z-index:1;background-size:cover;background-repeat:no-repeat;margin-left:auto;background-image:var(--arrowImg);width:var(--arrowWidth);height:var(--arrowHeight)}[data-e-id=figure] .figure-mask{position:absolute;width:0;height:0}[data-e-id=figure] .figure.figure-bg{position:absolute;top:0;left:0;right:0;bottom:0}[data-e-id=figure] .figure-bg--color{background:var(--color)}[data-e-id=figure] .figure-bg--image{--proportion:0}[data-e-id=figure] .figure--bordered{border:var(--borderWidth) solid var(--borderColor)}[data-e-id=figure] .figure--blur{filter:blur(var(--blur,0));overflow:visible;will-change:transform}[data-e-id=figure] .figure--backdrop-blur{-webkit-backdrop-filter:blur(var(--backdropBlur));backdrop-filter:blur(var(--backdropBlur))}[data-e-id=figure] .figure--box-shadow{box-shadow:var(--shadowX) var(--shadowY) var(--shadowBlur) var(--shadowSpread) var(--shadowColor)}[data-e-id=figure] .figure--drop-shadow{filter:drop-shadow(var(--shadowX) var(--shadowY) var(--shadowBlur) var(--shadowColor)) blur(var(--blur,0));overflow:visible;will-change:transform}[data-e-id=figure] .component-image{opacity:var(--imgOpacity)}
[data-b-id=FREE]{height:var(--sectionHeight);min-height:var(--sectionHeightMin,var(--heroHeightMin));max-height:var(--sectionHeightMax,var(--heroHeightMax))}[data-b-id=FREE] .fixed-area{height:inherit;min-height:inherit;max-height:inherit}