.about-us-page-container{line-height:1.6;color:var(--foreground);overflow-x:hidden;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.about-us-intro{display:flex;max-width:var(--maxPageWidth);width:var(--widthMargin);flex-direction:row-reverse;align-items:center;justify-content:space-between;min-height:100vh;gap:2rem;box-sizing:border-box;background-color:var(--background)}.intro-text-content{flex-basis:75%;text-align:left;opacity:0;animation:fade-in-slide-up 2s ease forwards}.intro-text-content h1{margin-bottom:1rem;line-height:1.2;border-bottom:1px solid var(--secondary);width:100%;font-size:3rem;font-weight:400}.intro-image-container{flex-basis:25%;opacity:0;display:flex;align-items:center;justify-content:center;transform:translateX(30px);animation:fade-in-slide-left 2s ease .7s forwards}.intro-image{display:block;max-width:100%;height:auto;border-radius:1rem;box-shadow:0 6px 20px rgba(0,0,0,.1)}.about-us-steps-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5rem}.about-us-steps-container{width:var(--widthMargin);max-width:min(var(--maxPageWidth),1300px);margin:0 auto;padding:1rem}.about-us-step{display:flex;align-items:center;gap:2rem;padding:1rem;border-radius:8px;background-color:transparent;box-shadow:0 4px 15px rgba(0,0,0,.05);animation:fade-in-up linear;animation-timeline:--steps-scroll-timeline;animation-range-start:entry 0;animation-range-end:entry 50%;animation-fill-mode:both}.about-us-step.image-left{flex-direction:row}.about-us-step.image-right{flex-direction:row-reverse}.about-us-image{flex:0 0 30%;max-width:30%}.about-us-image img{display:block;width:100%;height:auto;border-radius:6px;box-shadow:4px 4px 8px rgba(0,0,0,.3);transition:transform .5s ease}.about-us-image img:hover{transform:translateY(-.25rem)}.about-us-text{flex:1 1}.about-us-text h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--primary)}.about-header{width:100%}.about-header h1{width:100%;font-size:3rem;font-weight:400;border-bottom:1px solid var(--secondary);margin-top:5rem}.about-us-cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:3rem;justify-content:center;width:var(--widthMargin);margin-bottom:2rem}@keyframes fade-in-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.intro-image-container{flex-basis:30%}.intro-text-content{flex-basis:70%}.about-us-intro{flex-direction:column;min-height:80vh;padding:0;text-align:center;justify-content:start;margin:100px 1.5rem 1.5rem}.intro-text-content{flex-basis:auto;text-align:center;order:2;max-width:100%;width:100%}.about-header h1,.intro-text-content h1{font-size:2.2rem}.intro-image-container{flex-basis:auto;order:1;margin-bottom:2rem;min-height:20vh}.intro-image{max-height:20vh}}@media (max-width:768px){.about-us-step{flex-direction:column!important;text-align:center;gap:1.5rem;padding:1.5rem;animation-range-end:entry 40%}.about-us-image{flex-basis:auto;max-width:80%;margin:0 auto}.about-us-text{width:100%}.about-us-text h3{font-size:1.5rem}.about-us-steps-wrapper{padding-top:3rem}.about-us-image{flex:1 1 100%;width:100%}}@media (max-width:500px){.about-us-cards,.about-us-page-container{padding:.5rem}}@media (max-width:400px){.about-us-image{max-width:100%}.about-us-text h3{font-size:1rem}.about-header h1,.intro-text-content h1{font-size:1.75rem}.intro-text-content button{font-size:.5rem}.about-us-text p,.intro-text-content p{font-size:.8rem}}@keyframes fade-in-slide-up{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-slide-left{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}