@charset "UTF-8";#ssh{position:relative;width:100%;overflow:hidden;height:100%}#ssh .slideshow-slide,.slideshow-text{display:none}.slideshow-wrapper{position:relative;width:100%;height:100%}.slideshow-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:10}.slideshow-slide{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 0.7s ease-out}.slideshow-slide img{width:100%;height:100%;object-fit:cover}.animated-slide{-webkit-animation:bdt-kenburns;animation:bdt-kenburns;animation-fill-mode:forwards}@keyframes bdt-kenburns{0%{transform:scale(1.2)}100%{transform:scale(1)}}.animated-slide-exit{-webkit-animation:bdt-kenburns-2;animation:bdt-kenburns-2;animation-fill-mode:forwards}@keyframes bdt-kenburns-2{0%{transform:scale(1);opacity:1}100%{transform:scale(2);opacity:0}}.slideshow-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:1200px;width:100%;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;z-index:20}.slideshow-content-text{margin-left:20px;max-width:650px;width:100%;padding:15px}@media (max-width:768px){.slideshow-content-text{max-width:500px}}@media (max-width:480px){.slideshow-content-text{max-width:320px;margin-left:0;padding:0}.slideshow-content{flex-direction:column-reverse;row-gap:10px}.slideshow-pagination{flex-direction:row!important;width:100%!important}}.slideshow-text h1,.slideshow-text h2{margin-bottom:60px;color:#fff;text-transform:uppercase;font-size:60px;line-height:1}@media (max-width:480px){.slideshow-text h1,.slideshow-text h2{font-size:26px!important;margin-bottom:20px!important}}.slideshow-text h1,.slideshow-text h2{animation:textSlideInFromRight .5s ease-out}.slideshow-text-desc{animation:textSlideInFromBottom .5s ease-out;display:flex;flex-direction:column;row-gap:10px}@keyframes textSlideInFromRight{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes textSlideInFromBottom{from{transform:translateY(150%);opacity:0}to{transform:translateY(0);opacity:1}}.slideshow-text-divider{content:'';position:relative;height:3px;width:40px;background:#fff;display:block}.slideshow-text-bottom{color:#fff;font-size:16px;line-height:1;display:block}.slideshow-button-next,.slideshow-button-prev{cursor:pointer}.slideshow-pagination{display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:20px;width:15px}.pagination-dot{height:10px;width:10px;border-radius:50%;background-color:transparent;margin:0 5px;cursor:pointer}.pagination-dot.active{height:15px;width:15px}