.about{padding-top:20vh;padding-bottom:10vh;overflow:visible}.about,.about-content{width:100%;height:-moz-fit-content;height:fit-content;display:flex}.about-content{flex-direction:column;gap:10vh}.about-whyus{display:block}.about-whyus-description{display:inline-block;margin-right:2.5vw}.about-whyus-subheadline{display:inline}.about-content-imagebox{width:100%;height:75vh;border-radius:25px;overflow:hidden}.about-content-textbox{display:flex;flex-direction:column;gap:.5vh}.about-content-top{display:flex;flex-direction:column;gap:8.25vh}.about-divider{width:100%;height:1px;background-color:hsla(0,0%,100%,.15)}.about-sticky-item{display:flex;flex-direction:row;justify-content:space-between;gap:10vw;width:80vw;position:-webkit-sticky;position:sticky;top:12.5vh;height:55vh;box-shadow:inset 0 0 0 calc(1px + 0px) hsla(0,0%,100%,.075),inset 0 0 5vw hsla(0,0%,100%,.05);background-color:#070707;color:#fff;border-radius:25px;margin-bottom:2.5vh;overflow:hidden;padding:4vw;will-change:tranform}.about-sticky-item-left-textbox-description{text-indent:4vw}.about-sticky-item-headline{font-size:7.5vw}.about-sticky-item-left{width:50%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.about-sticky-item-left-textbox{display:flex;flex-direction:column;gap:2.5vh}.about-sticky-item-right{width:50%;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.about-sticky-item-right-imagebox{width:100%;height:35vh;border-radius:10px;overflow:hidden}.about-sticky-item-right-image{width:100%;height:100%;object-fit:cover}.about-sticky-item-right-imagebox :global(img){width:100%;height:100%;object-fit:cover}.about-team{display:flex;flex-direction:column;gap:5vh}.about-team-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2vw;gap:2vw;width:100%}.about-team-item{display:flex;flex-direction:column;gap:2vh;padding:3vw;width:100%;height:-moz-fit-content;height:fit-content;border-radius:20px;box-shadow:inset 0 0 0 calc(1px + 0px) hsla(0,0%,100%,.075),inset 0 0 5vw hsla(0,0%,100%,.05);background-color:hsla(0,0%,100%,.025);transition:transform .3s ease,box-shadow .3s ease}.about-team-item:hover{transform:translateY(-5px);box-shadow:inset 0 0 0 calc(1px + 0px) hsla(0,0%,100%,.1),inset 0 0 5vw hsla(0,0%,100%,.075),0 10px 30px rgba(0,0,0,.3)}.about-team-item-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;margin-bottom:1vh;border:2px solid hsla(0,0%,100%,.1)}.about-team-item-avatar-image{width:100%;height:100%;object-fit:cover}.about-team-item-avatar :global(img){width:100%;height:100%;object-fit:cover}.about-team-item-content{display:flex;flex-direction:column;gap:.75vh}.about-team-item-name{font-size:1.5rem;font-weight:600;margin:0;line-height:1.2}.about-team-item-headline{font-size:.9rem;font-weight:400;margin:0;opacity:.8;line-height:1.4}.about-team-item-title{font-size:.85rem;font-weight:500;margin:0;opacity:.6;text-transform:uppercase;letter-spacing:.5px}.about-team-item-social{display:flex;gap:1vw;margin-top:1vh;align-items:center}.about-team-item-social-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:hsla(0,0%,100%,.05);transition:background-color .3s ease,transform .3s ease;text-decoration:none}.about-team-item-social-link:hover{background-color:hsla(0,0%,100%,.1);transform:scale(1.1)}.about-team-item-social-icon{width:18px;height:18px;opacity:.7;transition:opacity .3s ease}.about-team-item-social-link:hover .about-team-item-social-icon{opacity:1}@media (max-width:768px){.about-team-container{grid-template-columns:1fr;gap:3vw}.about-team-item{padding:4vw}.about-team-item-avatar{width:70px;height:70px}}