.interactive-hero{align-items:center;display:flex;flex-direction:column;width:100%}.hero-list{display:flex;justify-content:center;scrollbar-width:none;width:100%;-ms-overflow-style:none}.hero-list::-webkit-scrollbar{display:none}.item{cursor:pointer;display:flex;flex-direction:column;max-width:320px;padding:10px}.hero-icon{height:60px;margin-bottom:32px;width:60px}.item .title{color:rgba(89,89,89,.25);font-family:Poppins,sans-serif;font-size:2rem;font-weight:500;letter-spacing:0;line-height:100%;transition:all .3s ease-in-out}.item .title p{margin:0}.item.selected .title,.item.selected .title p{color:#595959;transition:all .3s ease-in-out}.item .subtitle{color:rgba(89,89,89,.25);font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:400;letter-spacing:.2px;line-height:135%;transition:all .3s ease-in-out}.item.selected .subtitle{color:#595959;transition:all .3s ease-in-out}.vertical-separator{background-color:#dedede;height:200px;margin-left:42px;margin-right:42px;min-width:1px}.gif-section{aspect-ratio:2230/860;display:flex;flex-direction:row;margin-top:48px;position:relative;touch-action:pan-y;width:100%}.phone{display:block;height:auto;position:absolute;right:0;top:40%;width:30%}.desktop-img{padding-left:.5%;padding-right:.5%;padding-top:.5%}.desktop{bottom:0;display:block;height:auto;left:0;position:absolute;width:85%}.phone-img{border-radius:15%;padding:1%}@media screen and (max-width:768px){.item{align-items:center;flex-direction:row;margin:0 14px;min-width:80%;scroll-snap-align:center}.hero-icon{height:40px;margin-bottom:0;margin-right:8px;width:40px}.hero-list{justify-content:flex-start;overflow:scroll;padding-left:20%;scroll-snap-type:x mandatory;touch-action:pan-x;-webkit-overflow-scrolling:touch}.item .title{font-size:1.5rem}.item .subtitle{font-size:1rem}.subtitle,.vertical-separator{display:none}}@media (max-width:480px){.item .title{font-size:1.25rem}.item .subtitle{font-size:.75rem}}