.image-gallery{margin-left:auto;margin-right:0;max-width:calc(var(--max-width) + (100vw - var(--max-width))/2 + 4%);width:100%}@media (min-width:1024px){.image-gallery{display:flex}}.image-gallery .heading{box-sizing:content-box;max-width:90%;width:450px}@media (min-width:1024px){.image-gallery .heading{padding-left:5%;padding-top:60px}}@media not screen and (min-width:1024px){.image-gallery .heading{margin-left:auto;margin-right:auto}}.image-gallery .splide{flex-direction:column;margin-left:auto;padding-bottom:120px;padding-top:50px;position:relative;width:95%}@media (min-width:1024px){.image-gallery .splide{margin-left:120px;padding-bottom:0;padding-top:85px;width:calc(100% - 520px)}}.image-gallery .splide__track{overflow:visible}.image-gallery .splide__arrows{bottom:auto;display:flex;left:auto;position:absolute;right:50px;top:0}@media not screen and (min-width:1024px){.image-gallery .splide__arrows{display:none}}.image-gallery .splide__pagination{bottom:75px;left:auto;right:0;top:auto;width:90%}@media (min-width:1024px){.image-gallery .splide__pagination{bottom:unset;bottom:auto;right:165px;top:5px;width:50%}}.image-gallery .splide__slide{padding-right:clamp(30px,4vw,60px)}.image-gallery .splide__slide .image-wrapper{border-radius:var(--radius)}.image-gallery .splide__slide .image-wrapper img{border-radius:var(--radius);box-shadow:var(--box-shadow);width:100%}.image-gallery .splide__slide .image-gallery__caption{margin-top:15px;text-align:center}.image-gallery .splide__slide .image-gallery__caption a{background-image:linear-gradient(var(--subheadline-color),var(--subheadline-color));background-position:0 100%;background-size:0 3px;display:inline-block;text-decoration:none;transition:background .3s ease}.image-gallery .splide__slide:focus-visible .image-gallery__caption a,.image-gallery .splide__slide:hover .image-gallery__caption a{background-size:100% 3px;color:var(--subheadline-color)}