.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}.carousel__bullets{display:flex;justify-content:center;margin-top:30px;width:100%}.carousel__bullet{background:var(--lt-color-secondary);border:0;border-radius:10px;cursor:pointer;height:10px;overflow:hidden;padding:0;transition:background .3s ease-in-out, width .3s ease-in-out;width:10px;font-size:0;line-height:1}.carousel__bullet:not(:first-child){margin-left:10px}.carousel__bullet:nth-child(2n){display:none}.carousel__bullet:hover{background:var(--lt-color-primary)}.carousel__bullet.glide__bullet--active{width:30px}.slider{position:relative;overflow:hidden}@media (min-width: 769px){.slider{height:0;padding-bottom:50%;width:100%}}.slider__bullets{display:flex;justify-content:space-between;left:0;padding:30px;position:absolute;top:0;width:100%;z-index:5}.slider__bullet{background:rgba(255,255,255,0.3);border:0;border-radius:6px;cursor:pointer;height:6px;overflow:hidden;padding:0;transition:background .3s ease-in-out;width:100%;font-size:0;line-height:1}.slider__bullet:not(:first-child){margin-left:10px}.slider__bullet:hover{background:rgba(255,255,255,0.6)}.slider__bullet.glide__bullet--active::after{animation:bullet-load 7s forwards linear;background:#FFF;border-radius:inherit;content:"";display:block;height:100%;width:0}@keyframes bullet-load{to{width:100%}}
