.hero__toggle-animation{grid-column:1/span 12}.hero.hero--slideshow{background:var(--bg-dark);padding-block:0;align-items:stretch;justify-content:stretch;min-height:300px;overflow:hidden}@media screen and (min-width:64rem){.hero.hero--slideshow{align-items:center;justify-content:center;min-height:100vh}}.hero__slideshow{align-items:flex-start;display:flex;flex-direction:column;position:absolute;left:0;top:0;width:100vw;height:100%}@media screen and (min-width:64rem){.hero__slideshow{position:relative;flex-direction:row;gap:2rem;top:0}}.hero__slideshow__cards{align-items:flex-end;display:flex;flex-direction:row;gap:2rem;height:100%}.hero__slideshow__cards>div{background-size:cover;background-position:50%;flex-shrink:0;height:100%;transition-duration:.5s;position:relative}.hero__slideshow__cards>div:after{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-color:var(--bg-dark);opacity:.5;transition-duration:.5s}.hero__slideshow__cards>div.landscape{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}@media screen and (min-width:64rem){.hero__slideshow__cards>div.landscape{height:100vh;width:auto}}.hero__slideshow__cards>div.portrait{height:100%;width:auto;aspect-ratio:9/16;object-fit:cover}@media screen and (min-width:64rem){.hero__slideshow__cards>div.portrait{height:100vh;width:auto}}.hero__slideshow>div:first-child{animation:slideshow 90s linear infinite alternate;position:relative;width:200vw;box-sizing:border-box}.hero__slideshow.pause>div:first-child{animation-play-state:paused}@keyframes slideshow{0%{inset-inline-start:0}to{inset-inline-start:-100vw}}@media screen and (max-width:47.99rem){.hero__content{max-width:82vw}}.hero__content-container{-webkit-padding-before:9rem;padding-block-start:9rem}@media screen and (min-width:64rem){.hero__content-container{-webkit-padding-before:unset;padding-block-start:unset;position:absolute;bottom:10vh}}.hero__toggle-animation{width:100%;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;font-size:.75rem}.hero__toggle-animation span{color:var(--text-light-color);display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.25rem;-webkit-padding-before:1rem;padding-block-start:1rem;-webkit-padding-after:1rem;padding-block-end:1rem;position:relative;transition-duration:.2s;z-index:6}.hero__toggle-animation span>svg{font-size:20px;margin-right:.25rem;vertical-align:top}.hero__toggle-animation span:hover{color:var(--white);cursor:pointer}.hero__toggle-animation{align-items:flex-start!important}.hero__toggle-animation span{color:var(--white)}.hero--video video{height:100%;object-fit:cover;position:absolute;top:0;left:0;width:100%}