.hero-gallery{position:relative;overflow:hidden;height:100%;color:var(--color-light);--container-height: 100dvh;--svg-height: 100%}@media screen and (min-width: 1200px){.hero-gallery{display:block}}.hero-gallery--svg{--svg-height: var(--container-height)}@media screen and (orientation: landscape) and (max-height: 600px){.hero-gallery .hero-gallery__slide-info{bottom:0;top:auto}.hero-gallery .hero-gallery__mask .hero-gallery__mask-inner svg{height:auto;width:35vw}.hero-gallery .background__container--video{object-position:top left}}@media screen and (orientation: landscape){.hero-gallery__mask{pointer-events:none}.hero-gallery__mask .hero-gallery__mask-inner{z-index:1;width:100%;height:var(--container-height);position:absolute}.hero-gallery__mask .hero-gallery__mask-inner svg{height:var(--svg-height);width:auto}.hero-gallery__mask .hero-gallery__mask-inner svg path{stroke-width:1px}.hero-gallery__mask .hero-gallery__mask-inner .mask-left{left:0;z-index:1;bottom:0;height:100%;position:absolute}.hero-gallery__mask .hero-gallery__mask-inner .mask-left:before{content:"";background-color:var(--color-primary-700);display:block;width:200vw;right:100%;height:100%;position:absolute;margin-right:-2px}.hero-gallery__mask .hero-gallery__mask-inner .mask-right{right:0;z-index:1;bottom:0;height:100%;position:absolute}.hero-gallery__mask .hero-gallery__mask-inner .mask-right:before{content:"";background-color:var(--color-primary-700);display:block;width:200vw;left:100%;margin-left:-2px;height:100%;position:absolute}.hero-gallery .heading>span{white-space:nowrap;overflow:hidden;display:block}.hero-gallery .heading>span>span{display:inline-block}.hero-gallery__caption,.hero-gallery .swiper-pagination{padding-left:0!important}.hero-gallery .swiper-pagination:after{left:0!important}.hero-gallery .hero-gallery__desc-context{gap:calc(var(--s) * 9);max-width:20vw}}@media screen and (orientation: landscape) and (min-width: 768px){.hero-gallery .hero-gallery__inner .heading{grid-row:1;text-align:right;padding-left:var(--safe-area);line-height:.9}}@media screen and (orientation: portrait){.hero-gallery__mask{display:none}.hero-gallery .hero-gallery__inner .heading{grid-column:1/13}.hero-gallery .hero-gallery__inner .heading>span>span:last-child{display:block}.hero-gallery .hero-gallery__desc-context{gap:7vh}}@media screen and (orientation: portrait) and (min-width: 576px){.hero-gallery .hero-gallery__desc-context{max-width:50%}}@media screen and (prefers-reduced-motion: no-preference) and (orientation: landscape){.hero-gallery__mask{pointer-events:none}.hero-gallery__mask .hero-gallery__mask-inner{background:var(--color-light);animation:heroGalleryBgColor 1s 1167ms var(--cubic-bezier-1) forwards}.hero-gallery__mask .hero-gallery__mask-inner:before{content:"";background-color:var(--color-primary-700);display:block;width:100%;left:0;height:var(--site-header-height);position:absolute;z-index:1;animation:heroGalleryMaskTop 1s 1167ms var(--cubic-bezier-1) forwards}.hero-gallery__mask .hero-gallery__mask-inner:after{content:"";background-color:var(--color-primary-700);display:block;width:100%;left:0;bottom:0;height:var(--site-header-height);position:absolute;z-index:1;animation:heroGalleryMaskBottom 1s 1167ms var(--cubic-bezier-1) forwards}.hero-gallery__mask .hero-gallery__mask-inner .mask-left{--mask-left-middle-translation: 80%;--mask-left-middle-translation: 30%;transform:translate(var(--mask-left-initial-translation));animation:heroGalleryMaskLeftEnter 1167ms var(--cubic-bezier-1) forwards,heroGalleryMaskLeftLeave 1s 1167ms var(--cubic-bezier-1) forwards}}@media screen and (prefers-reduced-motion: no-preference) and (orientation: landscape) and (min-aspect-ratio: 16/9) and (max-aspect-ratio: 21/9){.hero-gallery__mask .hero-gallery__mask-inner .mask-left{--mask-left-initial-translation: -150%}}@media screen and (prefers-reduced-motion: no-preference) and (orientation: landscape){.hero-gallery__mask .hero-gallery__mask-inner .mask-left:before{content:"";background-color:var(--color-primary-700);display:block;width:200vw;right:100%;height:100%;position:absolute}.hero-gallery__mask .hero-gallery__mask-inner .mask-right{--mask-right-middle-translation: calc(0px - 30%) ;--mask-right-initial-translation: -100vw;transform:translate(var(--mask-right-initial-translation));animation:heroGalleryMaskRightEnter 1167ms var(--cubic-bezier-1) forwards,heroGalleryMaskRightLeave 1s 1167ms var(--cubic-bezier-1) forwards}}@media screen and (prefers-reduced-motion: no-preference) and (orientation: landscape) and (min-aspect-ratio: 16/9) and (max-aspect-ratio: 21/9){.hero-gallery__mask .hero-gallery__mask-inner .mask-right{--mask-right-middle-translation: calc(0px - 80%) }}@media screen and (prefers-reduced-motion: no-preference) and (orientation: landscape){.hero-gallery__mask .hero-gallery__mask-inner .mask-right:before{content:"";background-color:var(--color-primary-700);display:block;width:200vw;left:100%;height:100%;position:absolute}.hero-gallery .heading{--start-translate-x: -7vw;--start-translate-y: 0;--end-translate-x: 0;--end-translate-y: 0;transform:translate(var(--start-translate-x, 0),var(--start-translate-y, 0));animation:translate 1s 1267ms var(--cubic-bezier-1) forwards}.hero-gallery .heading>span{display:flex;flex-direction:column}.hero-gallery .heading>span>span{display:block;overflow:hidden}.hero-gallery .heading>span>span>span{display:block;--start-translate-x: 0;--start-translate-y: 100%;--end-translate-x: 0;--end-translate-y: 0;transform:translate(var(--start-translate-x, 0),var(--start-translate-y, 0));animation:translate .5s 567ms var(--cubic-bezier-2) forwards}.hero-gallery .heading>span>span:last-child>span{animation-delay:667ms}.hero-gallery .hero-gallery__desc-context{--start-opacity: 0;--end-opacity: 1;opacity:0;--animation-opacity: opacity 583ms 583ms var(--cubic-bezier-2) forwards;--start-translate-x: -40%;--start-translate-y: 0;--end-translate-x: 0;--end-translate-y: 0;transform:translate(var(--start-translate-x, 0),var(--start-translate-y, 0));--animation-translate: translate 583ms 583ms var(--cubic-bezier-2) forwards;animation:var(--animation-opacity),var(--animation-translate)}}@media screen and (prefers-reduced-motion: no-preference) and (orientation: portrait){.hero-gallery .heading>span{display:flex;flex-direction:column}.hero-gallery .heading>span>span{display:block;overflow:hidden}.hero-gallery .heading>span>span>span{display:block;--start-translate-x: 0;--start-translate-y: 100%;--end-translate-x: 0;--end-translate-y: 0;transform:translate(var(--start-translate-x, 0),var(--start-translate-y, 0));animation:translate .5s 567ms var(--cubic-bezier-2) forwards}.hero-gallery .heading>span>span:last-child>span{animation-delay:667ms}.hero-gallery .hero-gallery__desc-context{--start-opacity: 0;--end-opacity: 1;opacity:0;animation:opacity 333ms linear forwards}.hero-gallery .swiper .swiper-wrapper video{--start-scale: 1;--end-scale: 1.05;transform:scale(var(--start-scale, 0));animation:scale 1s var(--cubic-bezier-2) forwards}}@media screen and (prefers-reduced-motion: no-preference){.hero-gallery:not(.motions-completed) .heading>span>span:first-child>span{animation-delay:583ms}.hero-gallery:not(.motions-completed) .heading>span>span:last-child>span{animation-delay:683ms}}@media screen and (min-width: 1200px){.hero-gallery__slide-info{position:absolute;top:40%;width:100%}}.hero-gallery__inner{width:100%;text-transform:uppercase;position:absolute;z-index:5;top:0;left:0;height:100%;padding-bottom:var(--s3);pointer-events:none}@media screen and (min-width: 992px){.hero-gallery__inner{padding-bottom:var(--s5)}}@media screen and (min-width: 1200px){.hero-gallery__inner{align-items:end}}.hero-gallery__inner .heading{grid-column:6/13;grid-row:2;display:flex;flex-flow:column;justify-content:flex-end;font-size:var(--fs-home-hero-secondary)}@media screen and (max-width: 375px){.hero-gallery__inner .heading{font-size:18vw}}.hero-gallery__inner .heading.heading--xxl{font-size:var(--fs-home-hero-secondary)}@media screen and (max-width: 652px){.hero-gallery__inner .heading.heading--xxl{font-size:18vw}}.hero-gallery__inner .heading span{white-space:nowrap;line-height:.9;letter-spacing:-.03em}.hero-gallery__inner .heading span>span:first-child>span{font-variation-settings:"wght" 700}.hero-gallery__inner .heading span>span:last-child>span{font-variation-settings:"wght" 400}.hero-gallery__desc-context{grid-column:1/13;grid-row:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:calc(var(--s) * 22);padding-top:calc(var(--site-header-height) + var(--s5))}@media screen and (min-width: 1200px){.hero-gallery__desc-context{grid-column:1/4;gap:calc(var(--s) * 11);height:100%;padding-top:calc(var(--site-header-height) + var(--s4))}}.hero-gallery__desc-context__wrapper{padding-bottom:calc(var(--s) * 10)}@media screen and (min-width: 992px){.hero-gallery__desc-context__wrapper{padding-bottom:0}}.hero-gallery__desc-context p{font-size:var(--fs-md);line-height:var(--lh-md);letter-spacing:var(--ls-md);font-family:var(--font-primary);font-variation-settings:"wght" var(--heading-font-variation-settings, 400)}@media screen and (min-width: 1200px){.hero-gallery__desc-context p{font-size:var(--fs-base);line-height:var(--lh-base);letter-spacing:var(--ls-base);font-family:var(--font-primary);font-variation-settings:"wght" var(--heading-font-variation-settings, 400)}}.hero-gallery .hero-gallery-slider{position:relative;z-index:0}.hero-gallery__caption--orientation-portrait{display:block}@media screen and (min-width: 1200px){.hero-gallery__caption--orientation-portrait{display:none}}.hero-gallery__caption--orientation-landscape{display:none}@media screen and (min-width: 1200px){.hero-gallery__caption--orientation-landscape{padding-left:var(--safe-area);display:block}}.hero-gallery .swiper-pagination{margin-bottom:var(--s);position:relative;width:fit-content;font-size:var(--fs-sm);line-height:var(--lh-sm);letter-spacing:var(--ls-sm);font-family:var(--font-primary);font-variation-settings:"wght" var(--heading-font-variation-settings, 400)}@media screen and (min-width: 1200px){.hero-gallery .swiper-pagination{margin-bottom:var(--s2);padding-bottom:var(--s2);padding-left:var(--safe-area);font-size:var(--fs-base);line-height:var(--lh-base);letter-spacing:var(--ls-base);font-family:var(--font-primary);font-variation-settings:"wght" var(--heading-font-variation-settings, 400)}}@media screen and (min-width: 1200px){.hero-gallery .swiper-pagination:after{content:"";display:block;width:100%;border-bottom:.07rem solid var(--color-light);position:absolute;bottom:0;left:var(--safe-area);transform-origin:left;--start-scale: 0;--end-scale: 1;transform:scale(var(--start-scale, 0));animation:scale 333ms .5s ease-in-out forwards}}.hero-gallery .swiper-pagination .swiper-pagination-bullet{display:inline-block;transition:transform .2s ease-in-out;margin-left:calc(var(--s) / 2);letter-spacing:3px;pointer-events:all;cursor:pointer}.hero-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{transform:translateY(calc(0px - var(--s)));color:var(--color-tertiary)}.hero-gallery .swiper .swiper-wrapper{min-height:var(--container-height);min-width:100%;display:flex;flex-direction:row;--slide-width: fit-content}.hero-gallery .swiper .swiper-wrapper video{min-height:var(--container-height);height:var(--container-height);width:100vw}.hero-gallery .swiper .swiper-wrapper .swiper-slide{overflow:hidden}@media screen and (min-width: 1200px){.hero-gallery .swiper .swiper-wrapper .swiper-slide{opacity:.5}.hero-gallery .swiper .swiper-wrapper .swiper-slide-prev{animation:heroGallerySlideOut 1.5s forwards}.hero-gallery .swiper .swiper-wrapper .swiper-slide-active{animation:heroGallerySlideIn 1s .5s forwards}}.hero-gallery .swiper .swiper-wrapper .swiper-slide img{min-height:100%;position:absolute;object-fit:cover}.hero-gallery .background__container{position:absolute;height:100%;width:100%;z-index:-1}.hero-gallery__background{position:absolute;height:100%;width:100%;top:0;left:0;z-index:-3}.hero-gallery__background img,.hero-gallery__background--video{object-fit:cover;height:100%;width:100%}@keyframes heroGallerySlideIn{0%{opacity:.5}to{opacity:1}}@keyframes heroGallerySlideOut{0%{opacity:1}to{opacity:0}}@keyframes heroGalleryMaskLeftEnter{0%{transform:translate(var(--mask-left-initial-translation))}to{transform:translate(var(--mask-left-middle-translation))}}@keyframes heroGalleryMaskRightEnter{0%{transform:translate(var(--mask-right-initial-translation))}to{transform:translate(var(--mask-right-middle-translation))}}@keyframes heroGalleryMaskLeftLeave{0%{transform:translate(var(--mask-left-middle-translation))}to{transform:translate(0)}}@keyframes heroGalleryMaskRightLeave{0%{transform:translate(var(--mask-right-middle-translation))}to{transform:translate(0)}}@keyframes heroGalleryMaskTop{0%{transform:translateY(0)}to{transform:translateY(calc(0px - var(--site-header-height)))}}@keyframes heroGalleryMaskBottom{0%{transform:translateY(0)}to{transform:translateY(var(--site-header-height))}}@keyframes heroGalleryBgColor{0%{background-color:var(--color-light)}to{background:transparent}}.home-article-text-image{padding-top:var(--s6);padding-bottom:var(--separation-mb)}@media screen and (prefers-reduced-motion: no-preference){.home-article-text-image.animate--initial .home-article-text-image__aside{opacity:0}.home-article-text-image.animate--initial picture{--start-opacity: 0;--end-opacity: 1;opacity:0;animation:opacity 2s ease-in-out forwards;animation-play-state:paused}.home-article-text-image.animate--play .home-article-text-image__aside{--start-opacity: 0;--end-opacity: 1;opacity:0;animation:opacity 333ms linear forwards}.home-article-text-image.animate--play picture{animation-play-state:running}}.home-article-text-image.grid{--grid-row-gap: var(--s2)}@media screen and (min-width: 1200px){.home-article-text-image.grid{--grid-row-gap: calc(var(--s) * 8)}}.home-article-text-image__aside{grid-column:1/13;grid-row:2}@media screen and (min-width: 1200px){.home-article-text-image__aside{grid-column:8/13;grid-row:1}}.home-article-text-image .video-wrapper,.home-article-text-image picture{grid-column:1/13;aspect-ratio:16/6;overflow:hidden}.home-article-text-image .video-wrapper img,.home-article-text-image picture img{width:100%;height:auto}.home-article-text-image .video-wrapper video,.home-article-text-image picture video{object-fit:cover;width:100%;height:auto}.side-image-item{display:flex;width:100%;align-items:flex-end;flex-direction:column;gap:var(--s7)}@media screen and (min-width: 1200px){.side-image-item{flex-direction:row;padding-left:var(--safe-area);padding-right:var(--safe-area)}}.side-image-item .card-post{padding-left:var(--safe-area);padding-right:var(--safe-area)}@media screen and (min-width: 1200px){.side-image-item .card-post{padding:0}}.side-image-item .card-post__description{font-size:var(--fs-xl);line-height:var(--lh-xl);letter-spacing:var(--ls-xl);font-family:var(--font-primary);font-variation-settings:"wght" var(--heading-font-variation-settings, 400)}.side-image-item .cta{margin-top:calc(var(--s) * 15);margin-bottom:var(--s3)}@media screen and (min-width: 1200px){.side-image-item .cta{margin-top:var(--s4);margin-bottom:0}}.side-image-item>*{flex-basis:100%;min-width:100%}@media screen and (min-width: 1200px){.side-image-item>*{flex-basis:50%;min-width:auto}}.news-slider-featured{padding-top:var(--s8)}@media screen and (prefers-reduced-motion: no-preference){.news-slider-featured .news-slider-feature__featured.animate--initial .heading>span{opacity:0;animation:var(--animation-enter-word);animation-play-state:paused}.news-slider-featured .news-slider-feature__featured.animate--initial .heading:after{animation:var(--animation-trim-path-x);animation-play-state:paused}.news-slider-featured .news-slider-feature__featured.animate--initial .chess-item{--start-opacity: 0;--end-opacity: 1;opacity:0;animation:opacity 333ms linear forwards;animation-play-state:paused}.news-slider-featured .news-slider-feature__featured.animate--play .heading>span{animation-play-state:running}.news-slider-featured .news-slider-feature__featured.animate--play .heading:after{animation-play-state:running}.news-slider-featured .news-slider-feature__featured.animate--play .chess-item{animation-play-state:running}.news-slider-featured .news-slider-feature__featured picture{overflow:hidden}.news-slider-featured .news-slider-feature__featured picture img{cursor:pointer;transition:var(--transition-hover-media)}.news-slider-featured .news-slider-feature__featured picture img:hover{transform:scale(1.08)}.news-slider-featured .news-slider-feature__secondary{margin-top:0}}@media screen and (prefers-reduced-motion: no-preference) and (min-width: 1200px){.news-slider-featured .news-slider-feature__secondary{margin-top:var(--s7)}}@media screen and (prefers-reduced-motion: no-preference){.news-slider-featured .news-slider-feature__secondary.animate--initial .heading{opacity:0}.news-slider-featured .news-slider-feature__secondary.animate--initial .swiper-wrapper>.swiper-slide{width:100%;display:flex}.news-slider-featured .news-slider-feature__secondary.animate--initial .swiper-wrapper>.swiper-slide:after{pointer-events:none;transform:scaleY(0)}.news-slider-featured .news-slider-feature__secondary.animate--initial .swiper-wrapper>.swiper-slide:before{pointer-events:none;transform:scaleX(0)}.news-slider-featured .news-slider-feature__secondary.animate--initial .swiper-wrapper>.swiper-slide article{--start-opacity: 0;--end-opacity: 1;opacity:0;animation:opacity .5s 333ms cubic-bezier(.17,0,.15,1) forwards;animation-play-state:paused}.news-slider-featured .news-slider-feature__secondary.animate--play .heading{animation:var(--animation-enter-word)}.news-slider-featured .news-slider-feature__secondary.animate--play .swiper-wrapper>.swiper-slide:after{animation:var(--animation-trim-path-y)}.news-slider-featured .news-slider-feature__secondary.animate--play .swiper-wrapper>.swiper-slide:before{animation:var(--animation-trim-path-x)}.news-slider-featured .news-slider-feature__secondary.animate--play .swiper-wrapper>.swiper-slide article{animation-play-state:running}}.news-slider-featured .heading{padding-left:var(--safe-area);padding-bottom:var(--s3);position:relative}.news-slider-featured .heading:after{content:"";border-bottom:.07rem solid var(--grid-content-color, var(--color-primary));position:absolute;bottom:0;right:0;height:1px;width:100%;display:block;pointer-events:none}@media screen and (min-width: 1200px){.news-slider-featured .heading{border:0;padding-bottom:0}.news-slider-featured .heading:after{content:none}}.news-slider-featured .side-image-item{margin-top:var(--s3)}@media screen and (min-width: 1200px){.news-slider-featured .side-image-item{margin-top:calc(var(--s) * 12)}}.news-slider-featured .side-image-item picture{aspect-ratio:68/42}.news-slider-featured .side-image-item picture img{position:absolute;width:100%;object-fit:cover;height:100%}.news-slider-featured .chess-grid{margin-top:0}.home-page{background-color:var(--color-primary-100)}.home-page .highlight-text__text{max-width:80%}.home-page .highlight-text__text .heading{line-height:1.1}
