.simple-carousel{display:grid;grid-template-areas:"left right";grid-template-columns:repeat(2,-webkit-calc(var(--dv-carousel-column-margin) - var(--dv-carousel-column-gap)));grid-template-columns:repeat(2,calc(var(--dv-carousel-column-margin) - var(--dv-carousel-column-gap)));grid-template-rows:1fr;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;min-width:320px;-webkit-box-sizing:inherit;box-sizing:inherit}.simple-carousel.simple-carousel-hovered{margin-bottom:-300px!important;margin-top:-150px!important}.simple-carousel.simple-carousel-hovered ul{padding-bottom:300px!important;padding-top:150px!important;z-index:2!important}.simple-carousel.simple-carousel-hovered .navigation{margin-top:150px!important}.simple-carousel ul{grid-column:left-start/right-end;grid-row:1;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;list-style:none;overflow-x:scroll;overflow-y:hidden;padding:0 var(--dv-carousel-column-margin);scroll-behavior:smooth;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-scroll-snap-type:x proximity;-ms-scroll-snap-type:x proximity;scroll-snap-type:x proximity;-ms-overflow-style:none;scrollbar-width:none}.simple-carousel ul::-webkit-scrollbar{width:0}.simple-carousel ul li{margin-right:var(--dv-carousel-column-gap);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:600px){.simple-carousel ul li{height:100%;aspect-ratio:2/3}.simple-carousel ul li .single-carousel-item,.simple-carousel ul li .single-carousel-item>section,.simple-carousel ul li .single-carousel-item-wrapper{height:100%}.simple-carousel ul li img{-o-object-fit:cover!important;object-fit:cover!important}}.simple-carousel ul li img:not(.no-border-radius){-webkit-border-radius:var(--border-radius);border-radius:var(--border-radius)}.simple-carousel .navigation{--dv-packshot-width: -webkit-calc((var(--dv-screen-width) - var(--dv-carousel-column-margin) * 2 - var(--dv-carousel-column-gap) * var(--dv-card-gap-number)) / var(--dv-card-number) * 1);--dv-packshot-width: calc((var(--dv-screen-width) - var(--dv-carousel-column-margin) * 2 - var(--dv-carousel-column-gap) * var(--dv-card-gap-number)) / var(--dv-card-number) * 1);height:-webkit-calc(var(--dv-packshot-width) * .5625);height:calc(var(--dv-packshot-width) * .5625);background-color:rgba(0,5,13,.5);cursor:pointer;-webkit-filter:grayscale(.1);filter:grayscale(.1);display:grid;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;justify-items:center;position:relative;margin:0;min-width:var(--dv-carousel-min-target);padding:0;z-index:20}@media screen and (max-width:880px){.simple-carousel .navigation{display:none}}.simple-carousel .navigation i{font-size:var(--dv-carousel-arrow)}.simple-carousel .navigation i:before{font-size:var(--dv-carousel-arrow)}.simple-carousel .navigation.left-arrow{grid-area:left;-webkit-border-top-right-radius:var(--border-radius);border-top-right-radius:var(--border-radius);-webkit-border-bottom-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.simple-carousel .navigation.right-arrow{grid-area:right;-webkit-border-top-left-radius:var(--border-radius);border-top-left-radius:var(--border-radius);-webkit-border-bottom-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius)}