.m-slideshow{display:block;width:100%;height:auto;position:relative}.m-slideshow>a{display:block;width:5rem;height:5rem;background-color:#0066b0;font-size:0;color:transparent;-webkit-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;position:absolute;top:calc(50% - 2.5rem);z-index:2;text-align:center}.m-slideshow>a svg{position:absolute;fill:#fff;-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;-o-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out;top:50%;left:40%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.m-slideshow>a[rel=prev]{left:0}.m-slideshow>a.slick-disabled{opacity:.5}.m-slideshow>a[rel=next]{right:0}.m-slideshow>a[rel=next]:hover svg{-webkit-transform:translateX(3px) translateY(-50%);-ms-transform:translateX(3px) translateY(-50%);transform:translateX(3px) translateY(-50%)}.m-slideshow>a[rel=prev]:hover svg{-webkit-transform:translateX(-3px) translateY(-50%);-ms-transform:translateX(-3px) translateY(-50%);transform:translateX(-3px) translateY(-50%)}.m-slideshow .slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:2rem;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);cursor:pointer;z-index:10}.m-slideshow .slick-dots li{width:5rem;display:block;height:6px;background-color:hsla(0,0%,100%,.7);-webkit-filter:drop-shadow(0 0 3px rgba(0,0,0,.2));filter:drop-shadow(0 0 3px rgba(0,0,0,.2));border-radius:10rem;margin:0 .5rem;position:relative;outline:none}.m-slideshow .slick-dots li:hover button{-webkit-animation-play-state:paused;animation-play-state:paused}.m-slideshow .slick-dots li.slick-active button{-webkit-animation-name:slicktrack;animation-name:slicktrack}.m-slideshow .slick-dots li button{display:block;position:absolute;width:0;height:100%;background-color:#fff;border-radius:10rem;border:0;font-size:0;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-play-state:running;animation-play-state:running;padding:0;margin:0;outline:0;cursor:pointer}.m-slideshow .slick-dots li button:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.m-slideshow .m-slides{display:block;width:100%;height:auto;position:relative;margin:0;padding:0}.m-slideshow .m-slides .m-slide{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:60rem;overflow:hidden;position:relative}.m-slideshow .m-slides .m-slide--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-slideshow .m-slides .m-slide--left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.m-slideshow .m-slides .m-slide--right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.m-slideshow .m-slides .m-slide__copy p{line-height:1.2!important;font-family:adobe-caslon-pro,times,serif;font-style:italic;font-weight:600;font-size:5.5rem;color:#fff}.m-slideshow .m-slides .m-slide__copy{margin-bottom:3rem}.m-slideshow .m-slides .m-slide__image{display:block;width:100%;height:100%;position:absolute;background-repeat:no-repeat;background-position:50%;background-size:cover;top:0;left:0}.m-slideshow .m-slide:after{content:"";display:block;width:50%;height:100%;position:absolute;top:0;z-index:1}.m-slideshow .m-slide--center:after{background:rgba(0,0,0,.3);left:0;width:100%}.m-slideshow .m-slide__content{display:block;position:relative;z-index:2;width:50%;padding:4rem}.m-slideshow .m-slide__content img{margin:0 auto 3rem}.m-slideshow .m-slide--left:after{background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.6)),color-stop(70%,rgba(0,0,0,.3)),to(transparent));background:-o-linear-gradient(left,rgba(0,0,0,.6) 0,rgba(0,0,0,.3) 70%,transparent 100%);background:linear-gradient(90deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.3) 70%,transparent);left:0}.m-slideshow .m-slide--right:after{background:-webkit-gradient(linear,right top,left top,color-stop(0,rgba(0,0,0,.6)),color-stop(70%,rgba(0,0,0,.3)),to(transparent));background:-o-linear-gradient(right,rgba(0,0,0,.6) 0,rgba(0,0,0,.3) 70%,transparent 100%);background:linear-gradient(270deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.3) 70%,transparent);right:0}.m-slideshow .m-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-slideshow .m-buttons a{display:block;padding:1rem 3rem;border-width:2px!important;border-style:solid!important;border-color:transparent;border-radius:5px;font-size:1.8rem;font-weight:600;font-family:freight-sans-pro,Helvetica,Arial,sans-serif;-webkit-transition:background-color .25s ease-in-out,border .25s ease-in-out;-o-transition:background-color .25s ease-in-out,border .25s ease-in-out;transition:background-color .25s ease-in-out,border .25s ease-in-out;color:#fff;background-color:transparent;border-color:hsla(0,0%,100%,.5)}.m-slideshow .m-buttons a:hover{background-color:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.8)}.m-slideshow .m-slides:after{content:"";display:block;width:100%;height:4rem;background:rgba(0,0,0,.2);background:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.2)),to(transparent));background:-o-linear-gradient(bottom,rgba(0,0,0,.2) 0,transparent 100%);background:linear-gradient(0deg,rgba(0,0,0,.2) 0,transparent);position:absolute;bottom:0;left:0}@media screen and (max-width:768px){.m-slideshow .m-slides .m-slide{min-height:45rem}.m-slideshow .m-slides .m-slide__copy p{font-size:4.5rem}}@media screen and (max-width:620px){.m-slideshow .m-slide--right{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-slideshow .m-slide--right:after{background:rgba(0,0,0,.3);left:0;width:100%}.m-slideshow .m-slides .m-slide--left,.m-slideshow .m-slides .m-slide--right{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-slideshow .m-slide--left:after{background:rgba(0,0,0,.3);left:0;width:100%}.m-slideshow .m-slide__content{width:65%;padding:5rem}}@media screen and (max-width:520px){.m-slideshow .m-slides .m-slide{min-height:36rem}.m-slideshow .m-slides .m-slide__copy p{font-size:3.6rem}.m-slideshow .m-slide__content{padding:3rem 2rem;width:90%}.m-slideshow .m-slide__content img{max-width:50%}}@media screen and (max-width:425px){.m-slideshow>a{display:none}}