.primary-navigation-buttons{position:absolute;top:100%;margin-top:32px;font-size:0;line-height:0;border:0;width:45px;height:45px;z-index:2}
.navigation-prev-button{background:url('../clientlib-site/resources/images/previous.png') no-repeat center;right:55px;width:45px;height:45px;background-size:contain;border:0}
.navigation-prev-button:hover{background:url('../clientlib-site/resources/images/previous-hover.png') no-repeat center;background-size:45px 45px}
.navigation-next-button{background:url('../clientlib-site/resources/images/next.png') no-repeat center;right:0;width:45px;height:45px;background-size:contain;border:0}
.navigation-next-button:hover{background:url('../clientlib-site/resources/images/next-hover.png') no-repeat center;background-size:45px 45px}
.pause-button{border:0;background:url('../clientlib-site/resources/images/pause_white.svg') no-repeat center;width:42px;height:43px}
.play-button{border:0;background:url('../clientlib-site/resources/images/play_white.svg') no-repeat center;width:42px;height:43px}
.pause-button-animated{position:relative;width:28px;height:28px;border:0;background:url('../clientlib-site/resources/images/pause-icon.svg') no-repeat center;background-size:contain}
@media(min-width:768px){.pause-button-animated{width:45px;height:45px}
}
.pause-button-animated svg{position:absolute;top:0;left:0;width:28px;height:28px;transform:rotate(-90deg);pointer-events:none}
@media(min-width:768px){.pause-button-animated svg{width:45px;height:45px}
}
.pause-button-animated .progress-circle{fill:none;stroke:var(--white);stroke-width:2.5;stroke-linecap:round;transition:none}
.swiper-pagination-bullet{border-radius:8px;height:8px;border:0;opacity:1;padding:0;background:var(--white);width:8px}
.swiper-pagination-bullet-active{width:24px;background:var(--accent-primary);box-shadow:none}
.my-button{height:24px;width:24px;background:url('../clientlib-site/resources/images/close.svg') no-repeat center;border:0}
@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.cmp-image-gallery{color:var(--text-primary);background:var(--background-primary);font-family:var(--font-f1);max-width:var(--component-global-max-width);margin:0 auto}
.cmp-image-gallery.dark-theme-secondary .cmp-image-gallery__show-more-btn{position:relative;border:0;padding:var(--spacing-12) var(--spacing-20);text-decoration:none;z-index:1;text-wrap:nowrap;clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px);background-color:var(--white)}
.cmp-image-gallery.dark-theme-secondary .cmp-image-gallery__show-more-btn span{font-size:var(--font-size-button-body-2);line-height:var(--font-size-button-body-2);font-weight:var(--font-weight-bold);width:max-content;position:relative;z-index:2;color:var(--racing-blue)}
.cmp-image-gallery.dark-theme-secondary .cmp-image-gallery__show-more-btn:hover{background:var(--surface-action-primary-hover)}
.cmp-image-gallery.dark-theme-secondary .cmp-image-gallery__show-more-btn:hover span{color:var(--white)}
@media(min-width:768px){.cmp-image-gallery.dark-theme-secondary .cmp-image-gallery__show-more-btn span{font-size:var(--font-size-body-1);line-height:var(--line-height-body-1)}
}
.cmp-image-gallery__wrapper{max-width:var(--cards-container-max-width-desktop);padding-inline:var(--padding-x-mobile);padding-bottom:var(--mobile-padding-bottom);margin:0 auto}
@media(min-width:768px){.cmp-image-gallery__wrapper{padding-inline:var(--padding-x-desktop)}
}
@media(min-width:768px){.cmp-image-gallery__wrapper{padding-bottom:var(--desktop-padding-bottom)}
}
.cmp-image-gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
@media(min-width:1024px){.cmp-image-gallery__grid{grid-template-columns:repeat(4,1fr)}
}
.cmp-image-gallery__grid-item{position:relative}
.cmp-image-gallery__grid-item.is-hidden{display:none}
.cmp-image-gallery__grid-item .cmp-image-gallery__image-title{opacity:0}
.cmp-image-gallery__grid-item:hover .cmp-image-gallery__content{background:linear-gradient(180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 82.7%)}
.cmp-image-gallery__grid-item:hover .cmp-image-gallery__image-title{opacity:1}
.cmp-image-gallery__thumbnail-container{display:block;width:100%;height:128px;overflow:hidden}
@media(min-width:1024px){.cmp-image-gallery__thumbnail-container{height:180px}
}
.cmp-image-gallery__thumbnail{width:100%;height:100%;display:block;object-fit:cover}
.cmp-image-gallery__content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:flex-end;transition:background .3s ease}
.cmp-image-gallery__image-title{color:var(--white);font-size:18px;font-weight:400;line-height:24px;margin:0 16px 14px;transition:opacity .3s ease}
.cmp-image-gallery__cta-container{display:flex;justify-content:center}
.cmp-image-gallery__show-more-btn{position:relative;border:0;padding:var(--spacing-12) var(--spacing-20);text-decoration:none;z-index:1;text-wrap:nowrap;clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px);background-color:var(--surface-primary-button);margin-top:32px}
.cmp-image-gallery__show-more-btn span{font-size:var(--font-size-button-body-2);line-height:var(--font-size-button-body-2);font-weight:var(--font-weight-bold);width:max-content;position:relative;z-index:2;color:var(--white)}
.cmp-image-gallery__show-more-btn:hover{background:var(--surface-action-primary-hover)}
@media(min-width:768px){.cmp-image-gallery__show-more-btn span{font-size:var(--font-size-body-1);line-height:var(--line-height-body-1)}
}
@media(min-width:768px){.cmp-image-gallery__show-more-btn{margin-top:48px}
}
.cmp-image-gallery__show-more-btn.is-hidden{display:none}
.cmp-image-gallery .cmp-image-gallery__modal{display:none}
.cmp-image-gallery .cmp-image-gallery__modal.is-open{position:fixed;background:rgba(0,0,0,0.9);top:0;left:0;width:100%;height:100%;z-index:999;display:flex;flex-direction:column;overflow:scroll}
.cmp-image-gallery .cmp-image-gallery__modal.is-open .slick-slide{display:flex;flex-direction:column;gap:8px}
@media(min-width:1024px){.cmp-image-gallery .cmp-image-gallery__modal.is-open .slick-slide{gap:24px}
}
.cmp-image-gallery__modal-close-container{width:100%;display:flex;justify-content:flex-end;padding:16px;box-sizing:border-box;max-width:var(--component-global-max-width);margin:0 auto}
@media(min-width:1024px){.cmp-image-gallery__modal-close-container{padding:24px var(--padding-x-desktop)}
}
.cmp-image-gallery__modal-close{height:24px;width:24px;background:url('../clientlib-site/resources/images/close.svg') no-repeat center;border:0}
.cmp-image-gallery__carousel{flex-grow:1;overflow-y:auto;max-height:100%;display:flex;flex-direction:column}
@media(min-width:1440px){.cmp-image-gallery__carousel-wrapper{width:1328px;margin:0 auto}
}
.cmp-image-gallery__carousel-slides-container{width:100%}
.cmp-image-gallery .slide-image-wrapper{padding:10px var(--mobile-x-margin);height:219px;width:100%;box-sizing:border-box}
@media(min-width:768px){.cmp-image-gallery .slide-image-wrapper{height:400px}
}
@media(min-width:1024px){.cmp-image-gallery .slide-image-wrapper{padding:0;height:747px;width:100%}
}
.cmp-image-gallery .slide-image{height:100%;width:100%;object-fit:cover}
.cmp-image-gallery__slide-text-container{color:var(--white);padding:0 var(--mobile-x-margin) 16px}
@media(min-width:1440px){.cmp-image-gallery__slide-text-container{padding:0 0 20px 0}
}
.cmp-image-gallery__slide-title{font-size:18px;font-weight:600;line-height:24px}
@media(min-width:1024px){.cmp-image-gallery__slide-title{font-size:24px;line-height:28px}
}
.cmp-image-gallery__slide-description{margin:8px 0 0;font-size:14px;font-weight:400;line-height:20px;color:var(--text-disabled)}
@media(min-width:1024px){.cmp-image-gallery__slide-description{color:var(--white);font-size:16px;font-weight:400;line-height:22px}
}
.cmp-image-gallery .navigation-container{display:flex;flex-direction:row;position:relative;flex-wrap:wrap;justify-content:space-between;margin:0 var(--mobile-x-margin) 16px}
@media(min-width:1440px){.cmp-image-gallery .navigation-container{margin:0 0 48px 0}
}
.cmp-image-gallery__carousel-indicators{display:flex}
.cmp-image-gallery__carousel-controls .slick-prev{background:url('../clientlib-site/resources/images/previous.png') no-repeat center;right:55px;width:45px;height:45px;background-size:contain;border:0;font-size:0;margin-right:10px}
.cmp-image-gallery__carousel-controls .slick-prev:hover{background:url('../clientlib-site/resources/images/previous-hover.png') no-repeat center;background-size:45px 45px}
.cmp-image-gallery__carousel-controls .slick-next{background:url('../clientlib-site/resources/images/next.png') no-repeat center;right:0;width:45px;height:45px;background-size:contain;border:0;font-size:0}
.cmp-image-gallery__carousel-controls .slick-next:hover{background:url('../clientlib-site/resources/images/next-hover.png') no-repeat center;background-size:45px 45px}
.cmp-image-gallery .slick-dots{position:absolute;top:100%;margin-top:40px;gap:8px;padding:0;z-index:2;list-style:none;position:unset;margin:0;display:flex;align-items:center}
.cmp-image-gallery .slick-dots li{width:8px}
.cmp-image-gallery .slick-dots li button{font-size:0;border:0;padding:0;border-radius:4px;width:8px;height:8px;background:var(--pagination-button-background)}
.cmp-image-gallery .slick-dots li.slick-active{width:24px}
.cmp-image-gallery .slick-dots li.slick-active button{height:8px;border:0;width:24px;background:var(--accent-primary)}
.cmp-image-gallery .slick-dots li .cc-custom-dot--active{height:8px;border:0;width:24px;background:var(--accent-primary)}
.cmp-image-gallery .slick-dots li:has(.cc-custom-dot--active){width:24px}