/*
Generated time: February 19, 2026 06:24
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.custom-slideshow{position:relative;overflow:hidden;width:100%;contain:layout style;border-radius:12px}.custom-slideshow__container{position:relative;width:100%}@media (min-width:750px){.custom-slideshow__container{max-height:var(--slideshow-desktop-max-h,65vh)}}.custom-slideshow__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease;will-change:opacity;z-index:0}.custom-slideshow__slide:first-child{position:relative}.custom-slideshow__slide.is-active{opacity:1;visibility:visible;z-index:1}.custom-slideshow__link{display:block;width:100%;height:100%;cursor:pointer;text-decoration:none}.custom-slideshow__picture{display:block;width:100%;height:100%}.custom-slideshow__image{display:block;width:100%;height:auto}@media (min-width:750px){.custom-slideshow__image{height:100%;max-height:var(--slideshow-desktop-max-h,65vh);object-fit:contain;object-position:center}}.custom-slideshow__slide:not(:first-child) .custom-slideshow__image{height:100%;object-fit:cover;object-position:center}@media (min-width:750px){.custom-slideshow__slide:not(:first-child) .custom-slideshow__image{object-fit:contain}}.custom-slideshow__placeholder{width:100%;height:auto;background:#f0f0f0}.custom-slideshow__image--mobile{display:block}.custom-slideshow__image--desktop{display:none}@media (min-width:750px){.custom-slideshow__image--mobile{display:none}.custom-slideshow__image--desktop{display:block}}.custom-slideshow__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:rgba(255,255,255,.75);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer;color:#1a1a1a;border-radius:50%;transition:background .2s ease,transform .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.custom-slideshow__arrow:hover{background:rgba(255,255,255,.95);transform:translateY(-50%) scale(1.05)}.custom-slideshow__arrow--prev{left:16px}.custom-slideshow__arrow--next{right:16px}.custom-slideshow__arrow svg{width:20px;height:20px;stroke-width:2.5}@media (max-width:749px){.custom-slideshow__arrow{width:36px;height:36px}.custom-slideshow__arrow--prev{left:10px}.custom-slideshow__arrow--next{right:10px}.custom-slideshow__arrow svg{width:16px;height:16px}}.custom-slideshow__controls{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);z-index:2;display:flex;align-items:center;gap:8px;padding:6px 14px;background:rgba(255,255,255,.8);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:999px}.custom-slideshow__dots{display:flex;align-items:center;gap:8px}.custom-slideshow__dot{width:8px;height:8px;padding:0;border:1.5px solid #1a1a1a;border-radius:50%;background:0 0;cursor:pointer;transition:background .25s ease,transform .25s ease}.custom-slideshow__dot.is-active{background:#1a1a1a;transform:scale(1.25)}.custom-slideshow__dot:hover:not(.is-active){background:rgba(0,0,0,.3)}.custom-slideshow-section.full-width{padding-left:0;padding-right:0}@media (prefers-reduced-motion:reduce){.custom-slideshow__slide{transition:none}}