.whoweare-page{padding:100px 0;position:relative;min-height:100vh}@media(max-width:1024px){.whoweare-page{height:auto;padding:300px 40px 250px}}.whoweare:before{content:"";position:fixed;top:0;right:0;width:600px;height:500px;background-image:url(/images/whobg.jpg);background-position:100% 0;background-repeat:no-repeat;z-index:-1}.whoweare .whoweare-inner{display:flex;gap:50px;margin-top:50px}@media(max-width:1024px){.whoweare .whoweare-inner{flex-direction:column}}.whoweare .whoweare-inner .whoweare-text-number{font-size:250px;color:var(--primary);opacity:.1;font-weight:700;line-height:1;margin-left:20px}@media(max-width:1024px){.whoweare .whoweare-inner .whoweare-text-number{font-size:150px;z-index:-1}}.whoweare .whoweare-images{flex:0 0 50%;position:-webkit-sticky;position:sticky;top:100px;height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center}@media(max-width:1024px){.whoweare .whoweare-images{height:450px;flex:1 0 100%;top:250px}}.whoweare .whoweare-images .whoweare-image{position:absolute;width:470px;height:470px;border-radius:40px;object-fit:cover;opacity:0;transition:opacity .5s ease}@media(max-width:1024px){.whoweare .whoweare-images .whoweare-image{width:300px;height:300px}}.whoweare .whoweare-images .whoweare-image:before{content:"";position:absolute;top:0;left:0;width:470px;height:470px;background-color:var(--secondary);border-radius:40px;transform:rotate(20deg);z-index:-1}@media(max-width:1024px){.whoweare .whoweare-images .whoweare-image:before{width:300px;height:300px}}.whoweare .whoweare-images .whoweare-image:first-child{opacity:1}.whoweare .whoweare-images .whoweare-image img{width:100%;height:100%;object-fit:cover;border-radius:20px}.whoweare .whoweare-texts{flex:0 0 50%}@media(max-width:1024px){.whoweare .whoweare-texts{flex:1 0 100%}}.whoweare .whoweare-texts .whoweare-text{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:50px 0}.whoweare .whoweare-texts .whoweare-text h2{margin-bottom:30px}.whoweare .whoweare-texts .whoweare-text p{line-height:1.6}