.founders__grid{display:flex;flex-flow:column;gap:40px}@media screen and (min-width:1025px){.founders__grid{flex-flow:row;justify-content:space-between}.founders__grid>:first-child:not(:last-child){flex:0 0 auto;width:40%}.founders__grid>:last-child{flex:1 1 auto}}.founders__title{position:relative;padding-bottom:24px}.founders__title::before{content:"";position:absolute;bottom:0;width:100%;height:1px;background-color:var(--color);transform:scaleX(0);transform-origin:0 0;transition:.5s transform}.founders.animate .founders__title::before{transform:scale(1)}.founders__track{display:flex;flex-flow:column;gap:24px}@media screen and (min-width:769px){.founders__track{flex-flow:row;justify-content:flex-end}.founders__track>div{max-width:350px;flex:1 1 auto}}.founder{position:relative;overflow:hidden;height:100%;padding-bottom:var(--offset,0);transition:.3s padding-bottom ease-in-out}.founder__job{transition:.3s opacity ease-in-out}.founder.active .founder__job{opacity:0}.founder__bio{text-align:justify;position:absolute;top:100%;left:0;width:100%;transform:translateY(calc(-1 * var(--offset,0)));transition:.3s transform ease-in-out}.founder__img::after{transition:.3s padding-bottom ease-in-out;padding-bottom:calc(414px - var(--offset,0))}.founder__img img{border-radius:24px}.founder__header{display:flex;gap:8px;justify-content:space-between;align-items:center}.founder__toggle{cursor:pointer;flex:0 0 auto;display:block;width:35px;height:35px;background-color:var(--x-black);border-radius:50%;position:relative;transition:.3s transform ease-in-out}.founder__toggle span{position:absolute;top:50%;left:50%;height:1.3px;width:16px;background-color:var(--x-white)}.founder__toggle span:first-child{transform:translate(-50%,-50%)}.founder__toggle span:last-child{transform:translate(-50%,-50%) rotate(90deg)}.founder.active .founder__toggle{transform:rotate(45deg)}