.wg-carousel{width:100%;--wg-carousel-container-offset:0px}.wg-carousel.wg-carousel-bg-color-secondary{background-color:var(--color-background-secondary)}.wg-carousel .wg-carousel-arrows{display:flex;gap:18px}.wg-carousel .description p{margin-bottom:0;padding:0}.wg-carousel .wg-carousel-container{display:flex;gap:var(--padding-02);width:100%;padding:0 calc(var(--bs-gutter-x)*.5);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline-start:calc(var(--bs-gutter-x)*.5);scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:var(--padding-03)}@media(min-width:991px){.wg-carousel .wg-carousel-container{width:calc(100% - var(--bs-gutter-x)*.5);margin-left:calc(var(--bs-gutter-x)*.5);padding-left:0;scroll-padding-inline-start:0}}.wg-carousel .wg-carousel-container::-webkit-scrollbar{display:none}.wg-carousel .wg-carousel-container .wg-card{flex:0 0 auto;scroll-snap-align:start}.wg-carousel .wg-carousel-container .wg-card.wg-card-link{width:calc(75% - var(--bs-gutter-x)*.5)}@media(min-width:991px){.wg-carousel .wg-carousel-container .wg-card.wg-card-link{width:calc(25% - var(--bs-gutter-x)*.5)}}.wg-carousel .wg-carousel-container .wg-card.wg-imagefullcard{width:calc(50% - 8px)}.wg-carousel .wg-carousel-container .wg-card.wg-imagefullcard .wg-img-container{height:254px}@media(min-width:992px)and (max-width:1400px){.wg-carousel .wg-carousel-container .wg-card.wg-imagefullcard{width:calc(25% - 16px)}}@media(min-width:992px){.wg-carousel .wg-carousel-container .wg-card.wg-imagefullcard .wg-img-container{height:480px}}@media(min-width:1400px){.wg-carousel .wg-carousel-container .wg-card.wg-imagefullcard{width:312px}}.wg-rotating-carousel{width:100%}.wg-rotating-carousel p.tagline{font-size:var(--font-size-body-1);color:var(--color-text-body-secondary)}.wg-rotating-carousel .carousel-container{position:relative;width:100%;overflow-x:hidden;margin:0 auto}.wg-rotating-carousel .slide{--height-slide:var(--bs-card-height);position:absolute;top:0;width:calc(100% - 24px);height:var(--bs-card-height);transform-style:preserve-3d;display:flex;transition:left .8s ease,top .8s ease,opacity .8s ease,scale .8s ease}@media(max-width:992px){.wg-rotating-carousel .slide{--shadow-01:0px 5px 6px 0px rgba(125,125,125,0.15)}}.wg-rotating-carousel .slide .wg-card{flex-grow:0}.wg-rotating-carousel .slide.center{left:12px;z-index:3;opacity:1}.wg-rotating-carousel .slide.left{z-index:2;left:-110%;opacity:0}.wg-rotating-carousel .slide.right{z-index:2;left:110%;opacity:0}.wg-rotating-carousel .slide.hidden{opacity:0;z-index:1}@media(min-width:992px){.wg-rotating-carousel .carousel-container{overflow:visible}.wg-rotating-carousel .slide{top:calc((100% - var(--height-slide))/2);width:399px;transform-style:preserve-3d;opacity:0}.wg-rotating-carousel .slide.center{left:calc((100% - 399px)/2);opacity:1}.wg-rotating-carousel .slide.left{left:-39.9px;scale:.8;opacity:.7}.wg-rotating-carousel .slide.right{left:calc(100% - 319.2px - 39.9px);scale:.8;opacity:.7}}.carousel-position-bar{height:4px;width:100%;position:relative;background:var(--color-grey-100)}.carousel-position-bar:before{content:"";display:block;width:var(--size-slide-bar-width,33%);height:100%;background:var(--color-blue-500);position:absolute;top:0;left:var(--position-left-slide-bar,0);transition:all .3s ease-in-out}