/*!
 * 
 *  js-cloudimage-responsive v4.9.0 with low quality image placeholder technique
 *  https://github.com/scaleflex/js-cloudimage-responsive
 *
 *  Copyright (c) 2022 scaleflex
 *  Released under the MIT license
 *
 *  Date: 2022-08-15T20:33:53.648Z
 *
 */img[ci-src]{opacity:0}div.ci-image-wrapper{display:block;width:100%;overflow:hidden;position:relative}img.ci-image{display:block;width:100%;padding:0!important;position:absolute;top:0;left:0;height:auto}img.ci-image-loaded{opacity:1}img.ci-image-ratio.ci-image-preview{height:100%}.ci-bg,.ci-bg>*{position:relative}.ci-bg:before{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background:inherit;filter:blur(0);transition:filter .4s ease-in-out}.ci-bg.ci-bg-animation:before{filter:blur(10px)}