.video-aspect-ratio{position:relative;height:0;overflow:hidden;border-radius:var(--wt-videos-border-radius, 0px)}.video-aspect-ratio iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-aspect-ratio--16-9{padding-bottom:calc(56.25% + var(--manual-height-adjustment, 0%))}.video-aspect-ratio--9-16{padding-bottom:calc(177.77% + var(--manual-height-adjustment, 0%))}.video-aspect-ratio--1-1{padding-bottom:calc(100% + var(--manual-height-adjustment, 0%))}.wt-videos{background-color:var(--wt-videos-bg, #fff);color:var(--wt-videos-text-color, #222);font-size:var(--wt-videos-font-size, 16px)}.wt-videos__header{text-align:center;margin-bottom:2rem}.wt-videos__heading{color:var(--wt-videos-heading-color, currentColor);font-size:var(--wt-videos-heading-size, 36px);margin:0 0 .5rem}.wt-videos__description{color:var(--wt-videos-desc-color, currentColor);max-width:700px;margin-left:auto;margin-right:auto}.wt-videos__grid{margin:0 -0.75rem}.wt-videos .wt-video-item-wrapper{padding:0 .75rem;margin-bottom:1.5rem}.wt-videos--slider .swiper{overflow:hidden}.wt-videos--slider .swiper-wrapper{padding-bottom:2rem}.wt-videos--slider .wt-videos-prev,.wt-videos--slider .wt-videos-next{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;z-index:10}.wt-videos--slider .wt-videos-prev{left:-20px}.wt-videos--slider .wt-videos-next{right:-20px}.wt-video{background-color:var(--wt-video-bg, #fff);color:var(--wt-video-text, inherit);display:flex;flex-direction:column;align-items:stretch;border-radius:var(--wt-videos-border-radius, 0px);overflow:hidden}.wt-video__inner{position:relative;width:100%;cursor:pointer}.wt-video__cover{width:100%;height:0;padding-top:56.25%;background-size:cover;background-position:center;transition:transform .3s ease}.wt-video__cover--placeholder{background:#f2f2f2}.wt-video__play{width:var(--wt-videos-play-size, 64px);height:var(--wt-videos-play-size, 64px);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:rgba(0,0,0,0);border:none;color:var(--wt-videos-play-color, #000);font-size:0;line-height:0;cursor:pointer}.wt-video__play svg{width:100%;height:100%}.wt-video__title{font-size:var(--wt-video-title-size, 18px);margin:1rem 0 .5rem}.wt-video__desc{font-size:var(--wt-video-desc-size, 14px);margin-bottom:1rem}.wt-video:hover .wt-video__cover{transform:scale(1.03)}.wt-videos-popup{position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;padding:2rem;visibility:hidden;opacity:0;transition:opacity .3s ease;z-index:9999}.wt-videos-popup.is-active{visibility:visible;opacity:1}.wt-videos-popup iframe{width:90vw;max-width:1000px;height:56.25vw;max-height:562px;background:#000}.wt-videos-popup__close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:1}body.wt-videos-modal-open{overflow:hidden}