/*!/wp-content/plugins/marlin-widgets/assets/css/carousel-style.css*/.carousel-wrapper{overflow:hidden;width:100%;margin:auto;height:250px}.carousel-wrapper *{box-sizing:border-box}.carousel{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;display:flex;position:relative;height:100%;width:100%;margin:auto;overflow-x:hidden;transform:translateX(0);transition:0.4s cubic-bezier(.47,.13,.15,.89);gap:1rem}.carousel__photo{height:100%;position:absolute;display:flex;align-items:center;justify-content:center;top:0;width:100%;margin:auto;padding:1rem 4rem;opacity:1;z-index:900}.carousel__button--prev,.carousel__button--next{position:absolute;top:50%;width:3rem;height:3rem;background-color:#fff;transform:translateY(-50%);border-radius:50%;cursor:pointer;z-index:1001;border:1px solid #000;display:none;justify-content:center;align-items:center}.carousel__button--prev:focus{outline:none}::-moz-focus-inner{border:0}.carousel__button--next:focus{outline:none}::-moz-focus-inner{border:0}.carousel__button--prev{left:0}.carousel__button--next{right:0}.carousel__button_icon{color:#000;width:10px;height:16px}.carousel-skeleton-box{height:100%;width:100%;margin:auto;padding:1rem 4rem;background:#ccc;cursor:progress;background:linear-gradient(0.25turn,transparent,#e3e3e3,transparent),linear-gradient(#eee,#eee),radial-gradient(38px circle at 19px 19px,#eee 50%,transparent 51%),linear-gradient(#eee,#eee);background-position:-315px 0,0 0,0 190px,50px 195px;animation:loading 1.5s infinite}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@keyframes loading{to{background-position:315px 0,0 0,0 190px,50px 195px}}