.gallery{margin-top:16px}.gallery .gallery__wrapper{display:flex;position:relative;height:auto}.gallery .gallery__item{border-radius:10px;overflow:hidden}.gallery .gallery__item:first-child{border-radius:20px;grid-column:span 2;grid-row:auto;width:100%;height:auto}.gallery .gallery__item img{width:100%;height:100%;object-fit:cover}.gallery .gallery__item.js-video{padding-top:59%}.gallery .gallery__item video{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;object-fit:cover}.gallery .gallery__item .gallery__item-navigation{--background-btn: rgba(0, 0, 0, 0);--primary-color-icon: #fff;position:absolute;right:5px;top:5px;left:5px;display:flex;justify-content:flex-end;gap:5px}.gallery .gallery__item .gallery__item-video-btn-audio:not(.video-btn-audio){display:none}.gallery .gallery__slider{display:none;position:absolute;right:8px;bottom:6px;--padding-btn: 3px 18.5px}.gallery .gallery__pagination{position:initial;margin-top:28px;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:nowrap;width:100% !important;transform:translate(0px, 0px) !important}.gallery .gallery__pagination span{background-color:var(--blue);margin:0 0 !important}.gallery .gallery__arrow{--primary-color-icon: #fff;--width-icon: 100%;--height-icon: 100%;width:100%;max-width:40px;height:34px;border-radius:50px;background:rgba(244, 246, 249, 0.1);padding:7px 10px}.gallery .gallery__arrow:after{content:none}.wgallery{display:none;position:fixed;width:100%;height:100vh;left:0;top:0;background-color:#ffffffe0;z-index:16}.wgallery .wgallery__container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;height:100vh}.wgallery .wgallery__header{width:100%;display:flex;justify-content:flex-end;align-items:center}.wgallery .wgallery__main{position:relative;width:100%;height:80vh;max-height:748px}.wgallery .wgallery__slider-container{height:100%}.wgallery .wgallery__arrow{width:48px;height:34px;background-color:#fff;--width-icon: 20px;--height-icon: 20px;padding:7px 10px 7px 10px}.wgallery .wgallery__arrow:after{content:none}.wgallery .wgallery__arrow--left{left:-72px}.wgallery .wgallery__arrow--right{right:-72px}.wgallery .wgallery__thumb{width:100%;height:10vh;max-height:93px}.wgallery .wgallery__thumb .wgallery__slide{position:relative;border-radius:10px;border:3px solid var(--thumb-border-color, rgba(255, 255, 255, 0));transition:border 0.3s ease-in-out;overflow:hidden}.wgallery .wgallery__thumb .wgallery__slide img{border-radius:0}.wgallery .wgallery__thumb .swiper-slide-thumb-active{--thumb-border-color: var(--blue)}.wgallery .wgallery__slide img,.wgallery .wgallery__slide video{width:100%;height:100%;object-fit:cover;border-radius:20px;overflow:hidden}.wgallery .wgallery__slide video{position:relative;width:max-content;left:50%;transform:translateX(-50%)}.wgallery .wgallery__slide .wgallery__slide-video-btn-audio{z-index:2;position:absolute;display:none;top:0;right:0;--background-btn: #fff0;--primary-color-icon: var(--white)}.wgallery .wgallery__slide .wgallery__slide-video-btn-audio.video-btn-audio{display:block}.wgallery .wgallery__slide-alt{position:absolute;left:10px;right:10px;bottom:6px;margin:0 auto;max-width:max-content;padding:10px 20px;border-radius:20px;background:#ffffff2b;backdrop-filter:blur(10px);text-align:center;font-family:var(--font-inter);font-weight:var(--titlecard-weight, 600);font-size:var(--titlecard-size, 18px);line-height:1.3;letter-spacing:-0.5px;color:var(--white)}@media (min-width:576px){.gallery .gallery__wrapper{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto;gap:20px;transform:none !important}.gallery .gallery__slider{display:block;font-family:var(--font-inter);font-weight:600;font-size:16px;line-height:1.25;line-height:1.9}.gallery .gallery__item{transition:0.1s ease}.gallery .gallery__item:hover{opacity:0.8;cursor:pointer}.gallery .gallery__item:nth-child(n+6){display:none}.gallery .gallery__arrow{display:none}.wgallery--show{display:block}}@media (min-width:768px){.gallery{margin-top:42px}.gallery .gallery__wrapper{grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2, 1fr)}.gallery .gallery__item:first-child{grid-column:1;grid-row:span 2}}