.process-slider{display:flex;gap:30px}.process-slider *{transition:all .25s ease-in-out;user-select:none}.process-step{height:442px;position:relative;flex-grow:1;flex-basis:30%}.process-step:not(.open):after{content:'';top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.0),#000 90%)}.process-step figure{margin:0;border-radius:20px}.process-step figure img{object-fit:cover;position:absolute;width:100%;height:100%}.process-step.open figure img{object-position:100% 30%}.process-step:first-child figure img{object-position:100% 30%}.process-step:first-child:not(.open) figure img{object-position:35% 100%}.process-step del{text-decoration:none;color:#f76c99;font-size:14px;font-weight:700;letter-spacing:2.1px;text-transform:uppercase;display:block}.process-step p{color:#4f4f4f;font-size:15px;font-weight:300}.process-step strong{font-size:24px;font-weight:500;display:block;padding-bottom:20px;color:#111}.process-step:not(.open){cursor:pointer;border-radius:15px;overflow:hidden}.process-step:not(.open) p{display:none}.process-step:not(.open) figure{position:absolute;width:100%;height:100%}.process-step:not(.open) del{position:absolute;bottom:20px;left:20px;z-index:1;transform:rotate(-90deg);transform-origin:5px 0px}.process-step.open{flex-basis:100%}.process-step.open figure{height:280px;overflow:hidden;position:relative}.process-step.open del{color:#d43a6b;padding-top:25px}.process-step.open p{padding-top:30px}.process-step.open del,.process-step.open p{padding-left:15px;padding-right:15px;animation:fadeContentIn .5s ease-in;padding-bottom:0}@keyframes fadeContentIn{0%,50%{opacity:0}100%{opacity:1}}@media(max-width:991px){.process-slider{display:grid}.process-step{height:480px}.process-step:not(.open){height:300px}.process-step.open figure{height:300px}.process-step:not(.open) figure img{object-position:100% 30%}.process-step:first-child:not(.open) figure img{object-position:100% 30%}.process-step strong{line-height:normal}}@media(max-width:650px){.process-step{height:470px}.process-step:not(.open){height:200px}.process-step.open figure{height:250px}}