@keyframes loader-spinning{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes loader-blink{0%{opacity:0}50%{opacity:1}100%{opacity:0}}@keyframes view-transition-out{from{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@keyframes view-transition-in{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.MOD-GalleryV1{overflow:hidden}.MOD-GalleryV1 .MOD-GalleryV1__tabs{overflow:auto;padding:1em 0}.MOD-GalleryV1 .MOD-GalleryV1__tabs__wrapper{display:flex;justify-content:flex-start;color:inherit}.MOD-GalleryV1 .MOD-GalleryV1__tabs__item{line-height:1.4;padding:0 3em;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;position:relative;white-space:nowrap}.MOD-GalleryV1 .MOD-GalleryV1__tabs__item>*{font-size:1.6em}@media(max-width: 1024px){.MOD-GalleryV1 .MOD-GalleryV1__tabs__item>*{font-size:1.4em}}.MOD-GalleryV1 .MOD-GalleryV1__tabs__item:after{content:"";font-size:1em !important;display:block;position:absolute;top:50%;left:1.2em;width:.7em;height:.7em;border-radius:50%;background-color:currentColor;opacity:.5;transform:translateY(-50%)}.MOD-GalleryV1 .MOD-GalleryV1__tabs__item.JS-active{font-weight:var(--fw-bold)}@media(min-width: 1025px){.MOD-GalleryV1 .MOD-GalleryV1__tabs__item:not(.JS-active):hover{opacity:.7}}.MOD-GalleryV1 .MOD-GalleryV1__tabs__item:not(.JS-active):after{display:none}.MOD-GalleryV1 .MOD-GalleryV1__tabs__item:not(:last-child){border-right:1px solid}@media(min-width: 1025px){.MOD-GalleryV1 .MOD-GalleryV1__tabs__item:last-child{padding-right:0}}.MOD-GalleryV1 .MOD-GalleryV1__tabs::-webkit-scrollbar{height:3px;border-radius:5px}@media(min-width: 1025px){.MOD-GalleryV1 .MOD-GalleryV1__tabs__wrapper{flex-wrap:wrap;gap:1.5em 0}}@media(max-width: 1024px){.MOD-GalleryV1 .MOD-GalleryV1__tabs{padding:1em 0}}.MOD-GalleryV1 .MOD-GalleryV1__headlines>*>*{font-size:4.6em}@media(max-width: 1024px){.MOD-GalleryV1 .MOD-GalleryV1__headlines>*>*{font-size:3em}}@media(max-width: 767px){.MOD-GalleryV1 .MOD-GalleryV1__headlines>*>*{font-size:3em}}.MOD-GalleryV1 .MOD-GalleryV1__top{color:var(--mod-gallery-v1-1);margin-bottom:3.5em;display:flex;justify-content:space-between;gap:5em;align-items:center}.MOD-GalleryV1 .MOD-GalleryV1__list{margin-left:-0.8em;margin-right:-0.8em}.MOD-GalleryV1 .MOD-GalleryV1__list-wrapper{display:grid;grid-template-columns:repeat(5, 1fr);gap:2em;grid-auto-rows:17em;grid-auto-flow:row dense}.MOD-GalleryV1 .MOD-GalleryV1__list.JS-disabled{display:none}.MOD-GalleryV1 .MOD-GalleryV1__item{position:relative;border-radius:.8em;overflow:auto}.MOD-GalleryV1 .MOD-GalleryV1__item-wrapper{position:relative;position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.MOD-GalleryV1 .MOD-GalleryV1__item-wrapper img,.MOD-GalleryV1 .MOD-GalleryV1__item-wrapper video{height:100%;object-fit:cover;width:100%;position:absolute;left:0;top:0}.MOD-GalleryV1 .MOD-GalleryV1__item iframe{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;border:none}.MOD-GalleryV1 .MOD-GalleryV1__item:nth-child(7n+1){grid-column:span 2;grid-row:span 3}.MOD-GalleryV1 .MOD-GalleryV1__item:nth-child(7n+2){grid-column:span 1;grid-row:span 2}.MOD-GalleryV1 .MOD-GalleryV1__item:nth-child(7n+3){grid-column:span 2;grid-row:span 3}.MOD-GalleryV1 .MOD-GalleryV1__item:nth-child(7n+4){grid-column:span 2;grid-row:span 3}.MOD-GalleryV1 .MOD-GalleryV1__item:nth-child(7n+5){grid-column:span 1;grid-row:span 2}.MOD-GalleryV1 .MOD-GalleryV1__item:nth-child(7n+6){grid-column:span 2;grid-row:span 3}.MOD-GalleryV1 .MOD-GalleryV1__item:nth-child(7n+7){grid-column:span 1;grid-row:span 2}.MOD-GalleryV1 .MOD-GalleryV1__overlay{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;width:5em;aspect-ratio:1/1;border-radius:50%;background-color:rgba(0,0,0,.5);backdrop-filter:blur(10px);pointer-events:none}.MOD-GalleryV1 .MOD-GalleryV1__overlay:after{content:"";display:block;width:0;height:0;border-style:solid;border-width:.8em 0 .8em 1.5em;border-color:hsla(0,0%,100%,0) hsla(0,0%,100%,0) hsla(0,0%,100%,0) #fff;transform:translateX(0.2em)}.MOD-GalleryV1 .MOD-GalleryV1__buttons{display:flex;justify-content:center;transform:translateY(-50%);z-index:1;position:relative;pointer-events:none}.MOD-GalleryV1 .MOD-GalleryV1__button{border-radius:.8em;min-height:4.5em;display:flex;align-items:center;justify-content:center;color:#000;background-color:#fff;box-shadow:none;padding:1em 2em;cursor:pointer;transition:box-shadow .5s,transform .5s;text-decoration:none;text-align:center;pointer-events:auto}.MOD-GalleryV1 .MOD-GalleryV1__button>*{font-size:1.4em}@media(max-width: 1024px){.MOD-GalleryV1 .MOD-GalleryV1__button>*{font-size:1.4em}}.MOD-GalleryV1 .MOD-GalleryV1__button:hover{box-shadow:0 3px 6px rgba(0,0,0,.1);transform:translateY(-2px)}.MOD-GalleryV1 .MOD-GalleryV1__button .DNA-icon{width:1.2em;margin-right:5px}@media(max-width: 1024px){.MOD-GalleryV1 .MOD-GalleryV1__button{min-height:3.5em;border-radius:.5em}}.MOD-GalleryV1 .MOD-GalleryV1__button:not(.JS-active)>*:nth-child(2){display:none}.MOD-GalleryV1 .MOD-GalleryV1__button.JS-active>*:nth-child(1){display:none}@media(max-width: 1024px){.MOD-GalleryV1 .MOD-GalleryV1__top{margin-bottom:2em;flex-direction:column;align-items:flex-start;gap:1em}.MOD-GalleryV1 .MOD-GalleryV1__tabs{width:calc(100% + 2.5em);margin-right:-2.5em}.MOD-GalleryV1 .MOD-GalleryV1__list-wrapper{gap:.5em;grid-auto-rows:10em}.MOD-GalleryV1 .MOD-GalleryV1__item{border-radius:.4em}.MOD-GalleryV1 .MOD-GalleryV1__overlay{width:3.5em}.MOD-GalleryV1 .MOD-GalleryV1__overlay:after{border-width:.5em 0 .5em .9em}}@media(max-width: 767px){.MOD-GalleryV1 .MOD-GalleryV1__list-wrapper{grid-auto-rows:6em}}
