div#slider{display:flex;flex-direction:column;margin-top:calc(var(--space-3) * -1);position:relative;justify-content:center;height:600px}div#slider > div:not(#chevrons){display:none;flex-direction:column}div#slider > div:not(#chevrons):first-of-type{display:flex}div#slider > div{-webkit-border-bottom-right-radius:8px;-webkit-border-bottom-left-radius:8px;-moz-border-radius-bottomright:8px;-moz-border-radius-bottomleft:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px}div#slider > div{position:absolute;height:600px;overflow:hidden;top:0;width:100%;z-index:10}div#slider > div img{position:absolute;top:0;left:0;width:100%;height:600px;transform:translateY(0px);will-change:transform;object-fit:cover}div#slider > div > div{position:absolute;z-index:50;width:100%;height:100%;display:flex;justify-content:center;bottom:var(--space-5);align-items:center;flex-direction:column}div#slider > div > div p{font-weight:400}div#slider > div > div.shadowed p{text-shadow:0 0 24px rgba(0,0,0,0.8)}div#slider > div > div p:first-of-type{font-size:184px;opacity:.9;line-height:170px;margin:0;max-width:90%;text-align:center;-webkit-animation:text-focus-in .7s cubic-bezier(0.550,0.085,0.680,0.530) both;animation:text-focus-in .7s cubic-bezier(0.550,0.085,0.680,0.530) both}div#slider > div > div p.compact{font-size:124px;line-height:120px}div#slider > div > div p:nth-of-type(2){margin:var(--space-5) 0 0 0;-webkit-animation:text-focus-in .5s .5s cubic-bezier(0.550,0.085,0.680,0.530) both;animation:text-focus-in .5s .5s cubic-bezier(0.550,0.085,0.680,0.530) both}div#slider > div > div p a{color:var(--color-white);text-decoration:underline;font-size:36px;transition:text-shadow .3s}div#slider > div > div:not(.shadowed) p a:hover{text-shadow:0 0 var(--space-2) #fff}div#slider > div > div.shadowed p a:hover{text-shadow:0 0 var(--space-2) #000}div#slider div#chevrons{position:absolute;z-index:80;width:100%;height:auto;display:flex;flex-direction:row;top:calc(50% - var(--space-5));justify-content:space-between;padding:0;margin:0;list-style-type:none}div#slider div#chevrons button{width:var(--space-3);height:var(--space-3);margin:0 var(--space-2);background:transparent;border:none;display:block;padding:0;cursor:pointer}div#slider div#chevrons button::before{width:var(--space-3);height:var(--space-3);display:block}div#slider div#chevrons button#prev::before{content:url('../../../gfx/icons/chevron-white-left.svg')}div#slider div#chevrons button#next::before{content:url('../../../gfx/icons/chevron-white-right.svg')}div#slider ul{position:absolute;z-index:80;bottom:var(--space-6);display:flex;justify-content:center;width:100%;list-style-type:none;gap:var(--space-1);padding:0;margin:0}div#slider ul li a{display:inline-block;width:var(--space-1);height:var(--space-1);background-color:var(--color-white);border-radius:var(--space-0)}div#slider ul li:not(.active) a{opacity:.8}div#slider ul li.active a{width:var(--space-5);-webkit-animation:expandDot .5s cubic-bezier(0.550,0.085,0.680,0.530) both;animation:expandDot .5s cubic-bezier(0.550,0.085,0.680,0.530) both}#slider > div:not(#chevrons) img{transition:filter .3s ease-out;filter:brightness(0.7)}