.widget-wrapper{width:100%;position:relative}.widget-wrapper--bg-none{background:rgba(0,0,0,0)}.widget-wrapper--bg-surface{background:var(--color-surface)}.widget-wrapper--bg-background{background:var(--color-background)}.widget-wrapper--bg-primary{background:var(--color-primary)}.widget-wrapper--has-bg-image{background-size:cover;background-position:50%;background-repeat:no-repeat}.widget-wrapper--has-bg-image--bg-background,.widget-wrapper--has-bg-image--bg-none,.widget-wrapper--has-bg-image--bg-primary,.widget-wrapper--has-bg-image--bg-surface{background-color:rgba(0,0,0,0)}.widget-wrapper--has-bg-image--bg-image-height-auto{height:auto;min-height:200px}.widget-wrapper--has-bg-image--bg-image-height-content{height:auto;min-height:-moz-fit-content;min-height:fit-content}.widget-wrapper--has-bg-image--bg-image-height-viewport{height:100vh;min-height:400px}.widget-wrapper--has-bg-image--bg-image-height-fixed{min-height:200px}.widget-wrapper__content{position:relative;z-index:1}.widget-wrapper__content--align-left{text-align:left;display:flex;flex-direction:column;align-items:flex-start}.widget-wrapper__content--align-center{text-align:center;display:flex;flex-direction:column;align-items:center}.widget-wrapper__content--align-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end}