@charset "UTF-8";/*! Copyright Xooloop Studio www.xooloop.fr */.xooloopSlider,.xooloopSlider .container{position:relative;z-index:1}.xooloopSlider{display:grid;grid-template-columns:auto 1fr auto;height:400px}.xooloopSlider .container .progress_bar{z-index:2;position:absolute;height:8px;left:0;background:rgba(255,255,255,.3);animation:0s linear progressbar_fill_animation}@keyframes progressbar_fill_animation{0%{width:0%}100%{width:100%}}.xooloopSlider .container .progress_bar.progress_bar_top{top:0}.xooloopSlider .container .progress_bar.progress_bar_bottom{bottom:0}.xooloopSlider .container .band_container{z-index:1;height:100%;width:100%;position:relative;overflow:hidden}.xooloopSlider .container .band_container .band_in{position:absolute;top:0;left:0;height:100%;width:1000000px;display:grid;grid-auto-flow:column;justify-content:start;gap:10px;list-style:none}.xooloopSlider .container .band_container .band_in li.slide{padding:0;margin:0}.xooloopSlider .container .band_container .band_in li.slide::before{content:none}.xooloopSlider .container .paginator_container{position:absolute;bottom:0;left:0;right:0;height:50px;z-index:5;display:flex;justify-content:center}.xooloopSlider .container .paginator_container .page_selector{width:50px;height:50px;margin:0 5px;background:green;text-align:center;cursor:pointer}.xooloopSlider .container .paginator_container .page_selector.current{background:#7F7}.xooloopSlider .arrow{background:rgba(32,32,32,.2);z-index:5;cursor:pointer;text-decoration:none;position:relative;width:80px;height:80px;overflow:hidden}.xooloopSlider .arrow::after{font-family:MaterialIconsEx;content:"󰅁";font-size:60px;position:absolute;width:100%;top:50%;transform:translateY(-50%);text-align:center}.xooloopSlider .arrow.arrow_right::after{content:"󰅂"}.xooloopSlider .arrow.disabled::after{color:#CCC}.xooloopSlider.arrows_float .container{position:absolute;left:0;right:0;top:0;bottom:0}.xooloopSlider.arrows_float .arrow{position:absolute;top:0;bottom:0;width:100%;left:0;z-index:3}.xooloopSlider.arrows_float .arrow.arrow_right{left:auto;right:0}.xooloopSlider.round_dark .container .paginator_container .page_selector,.xooloopSlider.round_light .container .paginator_container .page_selector{border-radius:50%;width:20px;height:20px;margin:10px;opacity:.3;background:#fff;border:4px solid #fff;transition:opacity .2s linear}.xooloopSlider.round_dark .container .paginator_container .page_selector.current,.xooloopSlider.round_light .container .paginator_container .page_selector.current{background:#000;border:4px solid #fff}.xooloopSlider.round_dark .container .paginator_container .page_selector.with_thumb,.xooloopSlider.round_light .container .paginator_container .page_selector.with_thumb{opacity:.7;border:1px solid #000;position:relative;overflow:hidden}.xooloopSlider.round_dark .container .paginator_container .page_selector.with_thumb img,.xooloopSlider.round_light .container .paginator_container .page_selector.with_thumb img{object-fit:cover;width:102%;height:102%;position:relative;top:50%;left:50%;transform:translate(-50%,-50%)}.xooloopSlider.round_dark .container .paginator_container .page_selector.with_thumb.current,.xooloopSlider.round_light .container .paginator_container .page_selector.with_thumb.current{opacity:.9}.xooloopSlider.round_dark .container .paginator_container .page_selector:hover,.xooloopSlider.round_light .container .paginator_container .page_selector:hover{opacity:1}.xooloopSlider.round_dark .arrow,.xooloopSlider.round_light .arrow{top:50%;transform:translateY(-50%);width:80px;height:80px;border-radius:50%;margin:0 20px;background:#fff;opacity:.3;transition:opacity .2s linear}.xooloopSlider.round_dark .arrow::after,.xooloopSlider.round_dark .arrow::before,.xooloopSlider.round_light .arrow::after,.xooloopSlider.round_light .arrow::before{color:#000}.xooloopSlider.round_dark .arrow:hover,.xooloopSlider.round_light .arrow:hover{opacity:1}.xooloopSlider.round_dark.arrows_float .arrow,.xooloopSlider.round_light.arrows_float .arrow{z-index:10}.xooloopSlider.round_dark .container .paginator_container .page_selector{background:#000;border:4px solid #000}.xooloopSlider.round_dark .container .paginator_container .page_selector.current{background:#fff;border:4px solid #000}.xooloopSlider.round_dark .container .paginator_container .page_selector.with_thumb{border:1px solid #fff}.xooloopSlider.round_dark .arrow{background:#000}.xooloopSlider.round_dark .arrow::after,.xooloopSlider.round_dark .arrow::before{color:#fff}.xooloopSlider:hover .arrow,.xooloopSlider:hover .container .paginator_container .page_selector{opacity:.6}.xooloopSlider.paused .container .progress_bar{animation-play-state:paused}