.so-widget-sow-image-default-8b5b6f678277-3276 .sow-image-container {
display: flex;
align-items: flex-start;
}
.so-widget-sow-image-default-8b5b6f678277-3276 .sow-image-container > a {
display: inline-block;
max-width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.so-widget-sow-image-default-8b5b6f678277-3276 .sow-image-container > a {
display: flex;
}
}
.so-widget-sow-image-default-8b5b6f678277-3276 .sow-image-container .so-widget-image {
display: block;
height: auto;
max-width: 100%;
}.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-grid .so-parallax{position:relative}.panel-grid .so-parallax>:not(.simpleParallax){position:relative;z-index:1}.panel-grid .so-parallax .simpleParallax{overflow:hidden}.panel-grid .so-parallax .simpleParallax,.panel-grid .so-parallax img[data-siteorigin-parallax]{bottom:0;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.panel-background-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.panel-has-overlay .panel-cell-style,.panel-has-overlay .panel-row-style,.panel-has-overlay .panel-widget-style{overflow:hidden;position:relative;z-index:1}.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}.panel-grid-cell .so-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container){overflow-x:clip}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}.so-sr-only{clip:rect(0,0,0,0);height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;white-space:nowrap;width:1px}.sfp-container {
position: relative;
margin: 0;
}
.sfp-placeholder {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 140px;
padding: 20px;
border: 1px solid #cfe3ff;
border-radius: 12px;
background: linear-gradient(135deg, #e7f3ff 0%, #ffffff 100%);
color: #1877f2;
font-size: 14px;
font-weight: 600;
line-height: 1.4;
text-align: center;
cursor: pointer;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sfp-placeholder:hover {
transform: translateY(-1px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.sfp-placeholder--loading {
cursor: default;
}
.sfp-placeholder--loading::after {
content: '';
width: 16px;
height: 16px;
margin-left: 8px;
border: 2px solid #8c8f94;
border-top-color: #2271b1;
border-radius: 50%;
display: inline-block;
animation: sfp-spin 0.8s linear infinite;
}
.sfp-placeholder--auto {
cursor: default;
}
.sfp-embed {
margin-top: 12px;
}
@keyframes sfp-spin {
to {
transform: rotate(360deg);
}
}