.temp-carousel{position:relative;width:100%;overflow:hidden}.temp-carousel__viewport{position:relative;width:100%;height:200px}@media (min-width:640px){.temp-carousel__viewport{height:260px}}@media (min-width:768px){.temp-carousel__viewport{height:800px}}.temp-carousel__slide{position:absolute;inset:0;opacity:0;z-index:0;transition:opacity .5s ease;pointer-events:none}.temp-carousel__slide.is-active{opacity:1;z-index:1;pointer-events:auto}.temp-carousel__slide a{display:block;position:relative;width:100%;height:100%}.temp-carousel__bar{position:absolute;z-index:10;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;color:#fff}.temp-carousel__bar-arrows{display:flex;align-items:center;gap:12px;flex-shrink:0}.temp-carousel__bar-arrows button{padding:0;border:0;background:transparent;cursor:pointer;line-height:0}.temp-carousel__arrow-img{width:50px;height:50px;object-fit:contain}.temp-carousel__bar-progress{flex:1;display:flex;align-items:center;gap:12px;min-width:0}.temp-carousel__bar-num{font-size:18px;line-height:1;flex-shrink:0}.temp-carousel__bar-line{flex:1;height:1px;background:hsla(0,0%,100%,.35);position:relative;overflow:hidden}.temp-carousel__bar-line-fill{height:100%;background:#fff;transition:width .35s ease}.temp-carousel__bar-more{flex-shrink:0;padding:8px 20px;border-radius:999px;font-size:16px;line-height:1;color:#fff;white-space:nowrap;text-decoration:none}.temp-carousel__bar-more--disabled{cursor:default}@media (min-width:768px){.temp-carousel__bar{left:auto;right:160px;bottom:25px;width:680px;padding:0}}@media (max-width:767px){.temp-carousel__bar{left:0;right:0;bottom:16px;width:100%;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;padding:0 16px;box-sizing:border-box}.temp-carousel__bar-arrows{flex-shrink:0;gap:8px}.temp-carousel__bar-progress{flex:1;min-width:0}.temp-carousel__bar-more,.temp-carousel__bar-more--disabled{flex-shrink:0;padding:6px 14px;font-size:14px}.temp-carousel__arrow-img{width:35px;height:35px}.temp-carousel__bar-num{font-size:14px}}