@keyframes rotate{0%{transform:rotate(0deg)}50%{transform:rotate(90deg)}to{transform:rotate(0deg)}}@keyframes rotateOnce{0%{transform:rotate(-90deg)}50%{transform:rotate(0deg)}to{transform:rotate(90deg)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,0,0)}}@-webkit-keyframes fadeOutLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeInUpShort{0%{transform:translateY(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUpShort{0%{transform:translateY(40px)}to{opacity:1;transform:translate(0)}}@-webkit-keyframes fadeInDownShort{0%{transform:translateY(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInDownShort{0%{transform:translateY(-40px)}to{opacity:1;transform:translate(0)}}@keyframes blinker{50%{opacity:0}}@keyframes pulse{0%{transform:scale(.9)}70%{transform:scale(1.2)}to{transform:scale(.9)}}@keyframes moveAndZoom{0%{transform:translateX(0) scale(1)}25%{transform:translateX(-1%) scale(1.02)}50%{transform:translateX(1%) scale(1.03)}75%{transform:translateX(-.5%) scale(1.01)}to{transform:translateX(0) scale(1)}}.animateFadeInLeft{animation:fadeInLeft 1s forwards;opacity:0}.animateFadeOutLeft{animation:fadeOutLeft 1s forwards}.animateFadeInRight{animation:fadeInRight 1s forwards;opacity:0}.animateFadeInUp{animation:fadeInUp 1s forwards;opacity:0}.animateFadeInUpShort{animation:fadeInUpShort 1s forwards;opacity:0}.animateFadeInDownShort{animation:fadeInDownShort 1s forwards;opacity:0}section.articles-section .intro-container{margin:0 auto var(--v-space-3xl);max-width:var(--content-width)}@media only screen and (min-width:768px){section.articles-section .intro-container{margin:0 auto 80px}}section.articles-section .content-container{padding:var(--inner-padding-small) var(--inner-padding-small) 0}@media only screen and (min-width:1024px){section.articles-section .content-container{padding:var(--inner-padding-small) var(--content-vpadding) 0}}@media only screen and (min-width:1408px){section.articles-section .content-container{padding:0}}section.articles-section img{transition:var(--transition-short)}section.articles-section a:active .read-more,section.articles-section a:focus .read-more,section.articles-section a:hover .read-more{background-color:var(--color3);background-image:linear-gradient(var(--color1),var(--color1));box-shadow:0 0 0 2px var(--color3);color:var(--color1);text-decoration:none;transition:background .18s cubic-bezier(.2,.6,.2,1),color .18s cubic-bezier(.2,.6,.2,1)}section.articles-section a:active svg,section.articles-section a:focus svg,section.articles-section a:hover svg{filter:var(--color-filter)}section.articles-section a:active img,section.articles-section a:focus img,section.articles-section a:hover img{transform:scale(1.1)}section.articles-section picture{border-radius:20px;margin-bottom:var(--v-space-xl);overflow:hidden}section.articles-section .article{margin-bottom:var(--v-space-s)}section.articles-section .article h2{-webkit-line-clamp:3;color:var(--color1);font-size:clamp(1.625rem,2.3472222222rem + -3.2098765432vw,1.625rem);line-height:calc(clamp(1.625rem, 2.3472222222rem + -3.2098765432vw, 1.625rem)*1.2);margin-bottom:var(--v-space-s)}section.articles-section .read-more{background-image:linear-gradient(var(--color2),var(--color2));background-position:bottom;background-repeat:no-repeat;background-size:100% 2px;color:var(--color1);font-family:var(--font);font-size:clamp(1.125rem,1.125rem + 0vw,1.125rem);line-height:calc(clamp(1.125rem, 1.125rem + 0vw, 1.125rem)*1.238);max-width:130px;position:relative;transition:background .18s cubic-bezier(.2,.6,.2,1),color .18s cubic-bezier(.2,.6,.2,1)}@media only screen and (min-width:1024px){section.articles-section .read-more{display:inline-block}}section.articles-section .article-date{margin-bottom:var(--v-space-m)}section.articles-section .wrapper-right{margin-bottom:var(--v-space-xl)}section.articles-section .slick-arrow{align-items:center;bottom:-70px;display:flex;height:44px;justify-content:center;width:44px}@media only screen and (min-width:768px){section.articles-section .slick-arrow{height:57px;width:57px}}@media only screen and (min-width:1024px){section.articles-section .slick-arrow{bottom:unset}}section.articles-section .slick-arrow svg{fill:var(--color2);height:22px;margin:0;width:25px}section.articles-section .slick-prev{box-shadow:0 -3px 6px 0 rgba(0,0,0,.16);cursor:pointer;left:0;transform:scale(-1)}@media only screen and (min-width:1024px){section.articles-section .slick-prev{left:-70px;transform:translateY(-50%) scale(-1)}}@media only screen and (min-width:1900px){section.articles-section .slick-prev{left:-100px}}section.articles-section .slick-next{box-shadow:0 3px 6px 0 rgba(0,0,0,.16);cursor:pointer;right:0}@media only screen and (min-width:1024px){section.articles-section .slick-next{right:-70px}}@media only screen and (min-width:1900px){section.articles-section .slick-next{right:-100px}}section.articles-section .more-link{text-align:center}section.articles-section .more-link a{background-color:var(--color3);border:2px solid var(--color3);border-radius:6px;color:var(--color1);display:inline-block;font-family:var(--font-heading);line-height:1;padding:13px 24px;text-transform:unset}section.articles-section .more-link a:active,section.articles-section .more-link a:focus,section.articles-section .more-link a:hover{background-color:var(--hoverColor3);border-color:var(--hoverColor3);color:var(--color1);text-decoration:none}section.articles-section .more-link a{background-color:var(--color1);border-color:var(--color1);color:var(--fff)}section.articles-section .more-link a:active,section.articles-section .more-link a:focus,section.articles-section .more-link a:hover{background-color:var(--hoverColor);border-color:var(--hoverColor);color:var(--fff)}section.articles-section .more-link a:after{display:none}section.articles-section .article-content:has(.image-placeholder) .image-wrapper{align-items:center;aspect-ratio:16/11;background-color:var(--color2);border-radius:20px;display:flex;justify-content:center;margin-bottom:var(--v-space-xl)}section.articles-section .article-content:has(.image-placeholder) img{border-radius:0;width:200px}section.articles-section .article-content>.wrapper-left{margin-bottom:var(--v-space-xl)}section.articles-section.slider-large .content-container{padding:0}section.articles-section.slider-large .slick-next,section.articles-section.slider-large .slick-prev{bottom:-85px}@media only screen and (min-width:1024px){section.articles-section.slider-large .slick-next,section.articles-section.slider-large .slick-prev{bottom:unset}}section.articles-section.slider-large .slick-next{left:unset}section.articles-section.slider-large .intro-container h2{color:var(--color1);font-size:clamp(2rem,1.7222222222rem + 1.2345679012vw,2.625rem);line-height:calc(clamp(2rem, 1.7222222222rem + 1.2345679012vw, 2.625rem)*1.0833)}section.articles-section.slider-large h2{color:var(--text-color);font-family:var(--font-heading);font-size:clamp(2.25rem,1.4722222222rem + 3.4567901235vw,4rem);line-height:calc(clamp(2.25rem, 1.4722222222rem + 3.4567901235vw, 4rem)*1.0833)}section.articles-section.slider-large .read-more a{color:var(--text-color)}section.articles-section.slider-large .slider-image{align-items:center;display:flex;justify-content:center;padding:0}section.articles-section.slider-large picture{margin-bottom:0}