.videoCarousel{position:relative;background-color:var(--black);color:var(--white)}.videoCarousel__wrapper{position:relative;display:grid;grid-template-areas:"header" "carousel";grid-template-columns:1fr}@media only screen and (max-width:767px){.videoCarousel__wrapper{grid-template-areas:"carousel" "header"}
}.videoCarousel__header{display:flex;align-items:center;justify-content:space-between;padding:30px 50px;background-color:var(--black);grid-area:header;text-align:center}@media only screen and (max-width:767px){.videoCarousel__header{display:block;padding:10px;border-top:1px solid var(--white)}}.videoCarousel__logo{width:200px;height:auto;margin-top:-30px;margin-bottom:-30px;color:var(--white)}
@media only screen and (max-width:767px){.videoCarousel__logo{display:none}}.videoCarousel__logo svg{width:100%;height:auto}.videoCarousel__nav{position:absolute;z-index:2;top:calc(30% + 75px);display:flex;width:50px;min-width:auto;height:50px;align-items:center;justify-content:center;padding:0;margin:0;background-color:var(--black);opacity:0;transition:opacity .25s ease,visibility .25s ease;visibility:hidden}
.videoCarousel:hover .videoCarousel__nav{opacity:1;visibility:visible}.videoCarousel__nav:after{content:none}.videoCarousel__nav svg{width:25px;height:25px}.videoCarousel__nav--prev{left:40px}@media only screen and (max-width:980px){.videoCarousel__nav--prev{left:15px}}.videoCarousel__nav--prev svg{transform:rotate(180deg)}
.videoCarousel__nav--next{right:40px}@media only screen and (max-width:980px){.videoCarousel__nav--next{right:15px}}@media only screen and (max-width:767px){.videoCarousel__nav{display:none}}.videoCarousel__list{display:flex;padding:0;margin:0;gap:5px;grid-area:carousel;list-style:none;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory}
.videoCarousel__list::-webkit-scrollbar{width:0;height:0;background:transparent}@media only screen and (max-width:767px){.videoCarousel__list{display:block;overflow-x:auto;scroll-snap-type:none}}.videoCarousel__item{min-width:45%;flex:1 1 45%;scroll-snap-align:start}@media only screen and (max-width:767px){.videoCarousel__item:nth-child(n+4){display:none}
}.videoCarousel__itemLink{display:block}.videoCarousel__play{z-index:1;padding:10px 14px;background-color:var(--black);border-radius:2px;color:var(--white)}.videoCarousel__imageWrap{position:relative;display:flex;align-items:center;justify-content:center}.videoCarousel__item:nth-of-type(odd) .videoCarousel__imageWrap{padding-top:30%;padding-bottom:30%}
.videoCarousel__item:nth-of-type(even) .videoCarousel__imageWrap{padding-top:20%;padding-bottom:20%}@media only screen and (max-width:767px){.videoCarousel__item:nth-of-type(even) .videoCarousel__imageWrap{padding-top:30%;padding-bottom:30%}}.videoCarousel__image{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.videoCarousel__itemContent{padding:40px 50px}@media only screen and (max-width:767px){.videoCarousel__itemContent{padding:15px}}.videoCarousel__itemTitle{margin-top:0;margin-bottom:0;font-family:var(--fabrikatMed);font-size:20px;line-height:24px;text-transform:uppercase}.videoCarousel__itemSubtitle{margin:0;color:var(--darkGrey);font-family:var(--fabrikatMed);font-size:20px;line-height:24px;text-transform:uppercase}