.horizontal-gallery{--hgallery-caption-font: var(--basic-font);--hgallery-caption-font-size: var(--basic-font-size);--hgallery-caption-font-weight: 400;--hgallery-caption-text-transform: none;--hgallery-caption-color: var(--text-color);--hgallery-caption-line-color: var(--main-color);--hgallery-nav-background-color: var(--button-background);--hgallery-nav-text-color: var(--button-text-color);--hgallery-nav-background-hover-color: var(--button-hover-background);--hgallery-nav-text-hover-color: var(--button-hover-text-color);--hgallery-nav-size: 60px;--hgallery-border-radius: 0}.horizontal-gallery .image-list{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:center;padding:0 20px;list-style:none;margin:0;padding:0;max-width:100%}.horizontal-gallery .image-list .image-list-item:before{display:none}.horizontal-gallery .image-list .image-list-item img{display:block;max-width:100%;height:auto}.horizontal-gallery .image-list .image-list-item .hgallery-item-caption{position:relative;margin:0 20px;padding:10px 20px;font:var(--hgallery-caption-font-weight) var(--hgallery-caption-font-size)/1.3em var(--hgallery-caption-font);text-transform:var(--hgallery-caption-text-transform);color:var(--hgallery-caption-color)}.horizontal-gallery .image-list .image-list-item .hgallery-item-caption:before{position:absolute;bottom:0;left:0;top:-20px;display:block;width:2px;background-color:var(--hgallery-caption-line-color);content:""}.horizontal-gallery .gallery-nav{display:none}@media(min-width: 900px){.horizontal-gallery .image-list{align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;gap:40px;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;overflow:auto;transition:transform .5s ease-in-out}.horizontal-gallery .image-list::-webkit-scrollbar{display:none}.horizontal-gallery .image-list .image-list-item{flex-shrink:0}.horizontal-gallery .image-list .image-list-item a{overflow:hidden}.horizontal-gallery .image-list .image-list-item a:hover img{transform:scale(1.1)}.horizontal-gallery .image-list .image-list-item img{max-width:100%;height:auto;transition:transform .3s}.horizontal-gallery .image-list .image-list-item.hgallery-item-0{max-width:560px;margin-top:15px;margin-left:60px;z-index:5}.horizontal-gallery .image-list .image-list-item.hgallery-item-1{max-width:360px;margin-left:-100px;margin-top:250px;z-index:4}.horizontal-gallery .image-list .image-list-item.hgallery-item-2{max-width:320px;margin-top:580px;z-index:3}.horizontal-gallery .image-list .image-list-item.hgallery-item-3{max-width:400px;margin-top:140px;margin-left:-310px;z-index:2}.horizontal-gallery .image-list .image-list-item.hgallery-item-4{max-width:520px;margin-top:370px;margin-left:-165px;z-index:1}.horizontal-gallery .image-list .image-list-item.hgallery-item-5:not(:first-child){max-width:320px;margin-left:-350px;z-index:0}.horizontal-gallery .gallery-nav{position:absolute;top:50%;z-index:10;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;color:var(--hgallery-nav-text-color);background-color:var(--hgallery-nav-background-color);border-radius:var(--hgallery-border-radius);width:var(--hgallery-nav-size);height:var(--hgallery-nav-size)}.horizontal-gallery .gallery-nav .icon{display:inline-block;width:20px}.horizontal-gallery .gallery-nav .icon path{fill:currentColor}.horizontal-gallery .gallery-nav.prev{left:40px}.horizontal-gallery .gallery-nav.prev .icon{transform-origin:50% 50%;transform:rotate(180deg)}.horizontal-gallery .gallery-nav.next{right:40px}.horizontal-gallery .gallery-nav:hover,.horizontal-gallery .gallery-nav:focus{color:var(--hgallery-nav-text-hover-color);background-color:var(--hgallery-nav-background-hover-color)}.horizontal-gallery.scroll-start .gallery-nav.prev{opacity:0;pointer-events:none}.horizontal-gallery.scroll-end .gallery-nav.next{opacity:0;pointer-events:none}}@media(min-width: 1280px){.horizontal-gallery.alignfull{max-width:100vw}.horizontal-gallery .image-list{gap:70px}.horizontal-gallery .gallery-nav.prev{left:80px}.horizontal-gallery .gallery-nav.next{right:80px}}
