/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{left:0;max-height:100%;max-width:100%;overflow:hidden;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:99999!important}#swipebox-container{height:100%;position:relative;width:100%}#swipebox-slider{cursor:pointer;display:none;height:100%;left:0;position:absolute;top:0;transition:transform .4s ease;white-space:nowrap;width:100%}#swipebox-slider .slide{display:inline-block;height:100%;line-height:1px;text-align:center;width:100%}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;margin-right:-1px;width:1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;height:auto;margin:0;max-height:100%;max-width:100%;padding:0;vertical-align:middle;width:auto}#swipebox-slider .slide .swipebox-video-container{background:none;box-sizing:border-box;height:100%;max-height:100%;max-width:100%;padding:5%;width:100%}#swipebox-slider .slide .swipebox-video-container .swipebox-video{height:100%;overflow:hidden;padding-bottom:0;position:relative;width:100%}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{height:100%!important;left:0;position:absolute;top:0;width:100%!important}#swipebox-slider .slide-loading{background:url(/img/loader.gif) no-repeat 50%}#swipebox-bottom-bar,#swipebox-top-bar{height:50px;left:0;position:absolute;transition:.5s;width:100%;z-index:1}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{transform:translate3d(0,50px,0)}#swipebox-title{display:block;text-align:center;width:100%}#swipebox-close,#swipebox-next,#swipebox-prev{border:none!important;color:#fff;cursor:pointer;font-family:Material Symbols Outlined;font-size:40px;height:40px;line-height:50px;margin-left:10px;text-decoration:none!important;width:40px}#swipebox-arrows{display:block;height:40px;margin:0 auto;width:100%}#swipebox-prev{float:left}#swipebox-prev:before{content:"\e5e0";font-size:40px}#swipebox-next{float:right}#swipebox-next:before{content:"\e5e1";font-size:40px}#swipebox-close{position:absolute;right:0;top:0;z-index:2}#swipebox-close:before{content:"\e5cd"}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{animation:a .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{animation:b .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{backface-visibility:hidden;content:" ";height:100%;opacity:0;position:absolute;top:0;transition:all .3s ease;width:20px;z-index:1}.swipebox-touch #swipebox-container:before{box-shadow:inset 10px 0 10px -8px #656565;left:0}.swipebox-touch #swipebox-container:after{box-shadow:inset -10px 0 10px -8px #656565;right:0}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@keyframes a{0%{left:0}50%{left:-40px}to{left:0}}@keyframes b{0%{left:0}50%{left:40px}to{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{max-width:800px;padding-left:10px;padding-right:10px;width:92%}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{background:#000;opacity:.95;text-shadow:1px 1px 1px #000}#swipebox-top-bar{color:#fff!important;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:43px}